diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-06-12 22:01:59 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-06-12 22:01:59 +0000 |
commit | 4e46aba01f6c06078a9ffa4d81cc5b7f2754d7b1 (patch) | |
tree | d851f691d039c12cb2838a3e74dae82028f0daae | |
parent | aa36028cc2f2043b2a980fd7b096e9f73e6ea9dd (diff) | |
parent | 8a4fc2c393b5ee1fad0908ea2df3318fbe19d608 (diff) |
Snap for 10306186 from 8a4fc2c393b5ee1fad0908ea2df3318fbe19d608 to u-keystone-qcom-release
Change-Id: Ib780b69c439fa719b221d26f0818ca2935369d66
-rw-r--r-- | cc/afdo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/afdo.go b/cc/afdo.go index 49f69873c..137ea97fe 100644 --- a/cc/afdo.go +++ b/cc/afdo.go @@ -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) |