Merge "Check the ABI of libutils for vendor and product only" into main am: c2b4411b43
am: 9fa3941217
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2736196 Change-Id: Ibf6bd32f57883b4bc93f134c122b12a66d9042ad Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a90d7e9a25
1 changed files with 15 additions and 4 deletions
|
@ -185,10 +185,21 @@ cc_library {
|
|||
support_system_process: true,
|
||||
},
|
||||
|
||||
header_abi_checker: {
|
||||
// AFDO affects weak symbols.
|
||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
||||
ref_dump_dirs: ["abi-dumps"],
|
||||
target: {
|
||||
product: {
|
||||
header_abi_checker: {
|
||||
// AFDO affects weak symbols.
|
||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
||||
ref_dump_dirs: ["abi-dumps"],
|
||||
},
|
||||
},
|
||||
vendor: {
|
||||
header_abi_checker: {
|
||||
// AFDO affects weak symbols.
|
||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
||||
ref_dump_dirs: ["abi-dumps"],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue