summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Lobdell <slobdell@google.com>2023-06-09 19:04:25 +0000
committerScott Lobdell <slobdell@google.com>2023-06-09 19:04:37 +0000
commit8a4fc2c393b5ee1fad0908ea2df3318fbe19d608 (patch)
treed851f691d039c12cb2838a3e74dae82028f0daae
parent37bfd9ec772d921d93119f89248255e66055d995 (diff)
parente93ba98cbc18aa786015e7307f7d4723cd8bd820 (diff)
Merge UP1A.230609.002
Change-Id: Ia3884345defc09f2f3c4058d12c5816de850bfa8
-rw-r--r--cc/afdo.go2
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)