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:
Hsin-Yi Chen 2024-01-08 18:49:37 +08:00
parent 94d60a73f4
commit e5b667bd38

View file

@ -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"],