Move pgo rules to afdo am: df8cb36848 am: 4d6015ea46 am: bc6206f417

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1936029

Change-Id: I9f8554fbaf337dad83afa84b6a7bb24ce36b8f0b
This commit is contained in:
Yi Kong
2022-01-07 05:40:49 +00:00
committed by Automerger Merge Worker

View File

@@ -164,16 +164,9 @@ cc_library_shared {
whole_static_libs: ["libc++_static"],
stl: "none",
pgo: {
sampling: true,
},
afdo: true,
target: {
android: {
pgo: {
profile_file: "libc++/libc++.profdata",
},
},
darwin: {
unexported_symbols_list: "lib/libc++unexp.exp",
force_symbols_not_weak_list: "lib/notweak.exp",