aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-01-25 03:19:58 +0800
committerYi Kong <yikong@google.com>2022-01-25 03:19:58 +0800
commite20a1d9060f101d21e50b70dd47b305590c78b48 (patch)
tree8037074578d836d817373238061086e126bbc85c
parentb838fbda2a91955404f41e5ca2a7671f69b38f4e (diff)
downloadbionic-e20a1d9060f101d21e50b70dd47b305590c78b48.tar.gz
Move linker from sampling PGO to AFDO pipeline
Sampling PGO is being replaced by AFDO. Test: presubmit Change-Id: I23e4dace5f2c2d1f2499daba99a28b2a1bc0f22d
-rw-r--r--linker/Android.bp24
1 files changed, 1 insertions, 23 deletions
diff --git a/linker/Android.bp b/linker/Android.bp
index 3ceafc75e..dbefcf616 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -369,31 +369,9 @@ cc_binary {
"liblinker_debuggerd_stub",
],
},
- android_arm64: {
- pgo: {
- profile_file: "bionic/linker_arm_arm64.profdata",
- },
- },
- android_arm: {
- pgo: {
- profile_file: "bionic/linker_arm_arm64.profdata",
- },
- },
- android_x86_64: {
- pgo: {
- profile_file: "bionic/linker_x86_x86_64.profdata",
- },
- },
- android_x86: {
- pgo: {
- profile_file: "bionic/linker_x86_x86_64.profdata",
- },
- },
},
- pgo: {
- sampling: true,
- },
+ afdo: true,
}
// ========================================================