Move linker from sampling PGO to AFDO pipeline

Sampling PGO is being replaced by AFDO.

Test: presubmit
Change-Id: I23e4dace5f2c2d1f2499daba99a28b2a1bc0f22d
This commit is contained in:
Yi Kong 2022-01-25 03:19:58 +08:00
parent b838fbda2a
commit e20a1d9060

View file

@ -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,
}
// ========================================================