Enable header_abi_checker for libutils explicitly
The ABI checking rules for VNDK will be deleted from the main branch. To keep monitoring the ABI, the check must be enabled explicitly. Test: m libutils.vendor Bug: 314010764 Change-Id: I762dec1ed7de014db653663d2917a19df5076fc8
This commit is contained in:
parent
94d60a73f4
commit
e5b667bd38
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ cc_library {
|
|||
target: {
|
||||
product: {
|
||||
header_abi_checker: {
|
||||
enabled: true,
|
||||
// AFDO affects weak symbols.
|
||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
||||
ref_dump_dirs: ["abi-dumps"],
|
||||
|
@ -198,6 +199,7 @@ cc_library {
|
|||
},
|
||||
vendor: {
|
||||
header_abi_checker: {
|
||||
enabled: true,
|
||||
// AFDO affects weak symbols.
|
||||
diff_flags: ["-allow-adding-removing-weak-symbols"],
|
||||
ref_dump_dirs: ["abi-dumps"],
|
||||
|
|
Loading…
Reference in a new issue