summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2022-05-26 14:00:56 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2022-05-26 14:00:56 +0800
commit3697166a0a033370e5ca7334c9d5cb0e64d86585 (patch)
tree5a951652ba59c6b48e5b81148bd90db7a169d98d
parentd17de9f5a59e069b954e5d51c9fbae2376fce85b (diff)
downloadlibhidl-3697166a0a033370e5ca7334c9d5cb0e64d86585.tar.gz
RESTRICT AUTOMERGE Ignore weak symbol difference in libhidlbase ABI checkandroid13-dev
The diff_flags make the ABI checker ignore the weak symbol difference caused by PGO. Test: make libhidlbase.vendor Bug: 230076879 Change-Id: Ic1d0090f7472de6e7b1288f0e9f8019f2810f279
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bd7c1a8..2b9e80f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,6 +112,9 @@ cc_library {
],
min_sdk_version: "29",
afdo: true,
+ header_abi_checker: {
+ diff_flags: ["-allow-adding-removing-weak-symbols"],
+ },
}
// WARNING: deprecated