aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:15 +0000
commitf49ce35be659009e19a0c7290377fe7f368273c0 (patch)
tree94f8b97e1104cae817d2080938e0ff8b6765cf94
parent793ec34182405fb1afbaa4e6793c843c0fe5d853 (diff)
parent485aed9018d7be0e28f59681876711652a171adc (diff)
downloadtinyxml2-android14-mainline-art-release.tar.gz
Change-Id: I7ceea17cf04dcb92bc0e6ecccde0d8afffe1e94d
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index fceabd9..260aa7c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,6 +27,7 @@ license {
"NOTICE",
],
}
+
// ...and prevent anyone from trying to do so:
filegroup {
name: "external_tinyxml2_docs",
@@ -67,7 +68,7 @@ cc_library {
enabled: true,
shared: {
enabled: false,
- }
+ },
},
},
@@ -78,7 +79,8 @@ cc_library {
apex_available: [
"com.android.art",
"com.android.art.debug",
- "com.android.bluetooth",
+ "com.android.btservices",
+ "com.android.runtime", // used by linkerconfig
"//apex_available:platform", // For odsign.
],
}