summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-08-15 22:02:40 -0700
committerXin Li <delphij@google.com>2022-08-15 22:02:40 -0700
commit84d309aa8d72c9333e9c503cdbd692f0497fe174 (patch)
tree29611c61ab93544afbd057fdd78420efa021b717
parentbf9a0bcb47de1ddadca272a7227071a46d4d5fac (diff)
parentaf700206b2bf4789a3aae24341af73337b22be61 (diff)
downloadlibcxx-84d309aa8d72c9333e9c503cdbd692f0497fe174.tar.gz
DO NOT MERGE - Merge Android 13
Bug: 242648940 Merged-In: I230be7dd8d657679c2b33c6324f3b525a98d1e2d Change-Id: I72391e603e7ccbf9033cce995124092227962394
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c67399499..bbbca1c04 100644
--- a/Android.bp
+++ b/Android.bp
@@ -183,6 +183,10 @@ cc_library_shared {
enabled: true,
},
},
+
+ header_abi_checker: {
+ diff_flags: ["-allow-adding-removing-weak-symbols"],
+ },
}
cc_library_static {
@@ -204,6 +208,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",