Merge "RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check" into tm-dev

This commit is contained in:
Hsin-Yi Chen 2022-05-27 02:59:01 +00:00 committed by Android (Google) Code Review
commit 3f2a2bf298

View file

@ -182,6 +182,10 @@ cc_library {
min_sdk_version: "apex_inherit",
afdo: true,
header_abi_checker: {
diff_flags: ["-allow-adding-removing-weak-symbols"],
},
}
cc_library {