summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 16:33:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 16:33:58 +0000
commit99e18f0963bd332db1ff6ab6d33587ad9e77e545 (patch)
tree97361db037ab46fa067f92db6a911b5905dfa123
parent735f8b4330b8392eb184173e5cb89d011d6c98b0 (diff)
parentedd250a3d2bf40fa872491bd3a4540476f628298 (diff)
downloadlibcxx-99e18f0963bd332db1ff6ab6d33587ad9e77e545.tar.gz
Change-Id: If6a35ab306b88b8f6471d07dc747bbecb433435a
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4b01aa28a..1ce1365ab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -180,6 +180,10 @@ cc_library_shared {
enabled: true,
},
},
+
+ header_abi_checker: {
+ diff_flags: ["-allow-adding-removing-weak-symbols"],
+ },
}
cc_library_static {
@@ -201,6 +205,7 @@ cc_library_static {
"//apex_available:platform",
"com.android.art",
"com.android.art.debug",
+ "com.android.bluetooth",
],
// being part of updatable apexes, this should work on older releases
min_sdk_version: "apex_inherit",