summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2022-05-26 14:06:36 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2022-05-26 15:20:06 +0800
commitc7d9320ca4111d5a224ad0a22372ea98e06d175a (patch)
treede353f3084ed8d05eeedfe68aa8302fd9477b53b
parent2d5d46ca85889743055e748a9545f7009b92bb4a (diff)
downloadcore-c7d9320ca4111d5a224ad0a22372ea98e06d175a.tar.gz
RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check
The diff_flags make the ABI checker ignore the weak symbol difference caused by PGO. Ignore-AOSP-First: This patch relaxes the ABI check for T only. b/232982219 tracks the long-term solution. Test: make libutils.vendor Bug: 230076879 Change-Id: I8ec2c0f5a540263b4e8a0a4f9cf26f9c297593b5
-rw-r--r--libutils/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 7d6a6c538..019a3687a 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -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 {