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:
parent
b838fbda2a
commit
e20a1d9060
1 changed files with 1 additions and 23 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
|
|
Loading…
Reference in a new issue