Enable ABI dump for libcutils

Enable ABI dump for libcutils, so ABI can be stabilized from any update
after official release.

Bug: 254141417
Test: abidiff intermediates found from libcutils.vendor build
Change-Id: Ic27c82b908b7836c7bc538a24202ed8adba4d048
This commit is contained in:
Kiyoung Kim 2023-06-23 11:12:38 +09:00
parent 30718e7431
commit a4648c2be0
3 changed files with 5398 additions and 0 deletions

View file

@ -219,11 +219,19 @@ cc_library {
exclude_srcs: [
"qtaguid.cpp",
],
header_abi_checker: {
enabled: true,
ref_dump_dirs: ["abi-dumps"],
},
},
product: {
exclude_srcs: [
"qtaguid.cpp",
],
header_abi_checker: {
enabled: true,
ref_dump_dirs: ["abi-dumps"],
},
},
},

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff