Merge "Add an ABI dump directory for libutils"
This commit is contained in:
commit
20d45cc9ce
3 changed files with 31108 additions and 4 deletions
|
|
@ -170,10 +170,6 @@ cc_defaults {
|
||||||
min_sdk_version: "apex_inherit",
|
min_sdk_version: "apex_inherit",
|
||||||
|
|
||||||
afdo: true,
|
afdo: true,
|
||||||
|
|
||||||
header_abi_checker: {
|
|
||||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
|
|
@ -184,6 +180,12 @@ cc_library {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
support_system_process: 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 {
|
cc_library {
|
||||||
|
|
|
||||||
15553
libutils/abi-dumps/arm64/source-based/libutils.so.lsdump
Normal file
15553
libutils/abi-dumps/arm64/source-based/libutils.so.lsdump
Normal file
File diff suppressed because it is too large
Load diff
15549
libutils/abi-dumps/arm_arm64/source-based/libutils.so.lsdump
Normal file
15549
libutils/abi-dumps/arm_arm64/source-based/libutils.so.lsdump
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue