Merge "Enable ABI dump for libcutils" into main

This commit is contained in:
Kiyoung Kim 2023-07-14 00:57:02 +00:00 committed by Gerrit Code Review
commit e7abd861da
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