Merge "Add an ABI dump directory for libutils"

This commit is contained in:
Hsin-Yi Chen 2022-12-09 01:57:43 +00:00 committed by Gerrit Code Review
commit 20d45cc9ce
3 changed files with 31108 additions and 4 deletions

View file

@ -170,10 +170,6 @@ cc_defaults {
min_sdk_version: "apex_inherit",
afdo: true,
header_abi_checker: {
diff_flags: ["-allow-adding-removing-weak-symbols"],
},
}
cc_library {
@ -184,6 +180,12 @@ cc_library {
enabled: true,
support_system_process: true,
},
header_abi_checker: {
// AFDO affects weak symbols.
diff_flags: ["-allow-adding-removing-weak-symbols"],
ref_dump_dirs: ["abi-dumps"],
},
}
cc_library {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff