afdo: Remove -fprofile-sample-accurate flag am: 9825a6c7f8
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/23587699 Change-Id: I40deabf0c9584819cec7273de749a978d99fd06a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -34,7 +34,7 @@ var (
|
||||
|
||||
var afdoProfileProjectsConfigKey = android.NewOnceKey("AfdoProfileProjects")
|
||||
|
||||
const afdoCFlagsFormat = "-fprofile-sample-accurate -fprofile-sample-use=%s"
|
||||
const afdoCFlagsFormat = "-fprofile-sample-use=%s"
|
||||
|
||||
func recordMissingAfdoProfileFile(ctx android.BaseModuleContext, missing string) {
|
||||
getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
|
||||
|
Reference in New Issue
Block a user