aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:14:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:14:52 +0000
commit314063f7b95e9d6aea62b44799d57c0b861b9518 (patch)
tree94f8b97e1104cae817d2080938e0ff8b6765cf94
parented5e7178a40e9d36e077f047d6ffed22c2e7eec4 (diff)
parent485aed9018d7be0e28f59681876711652a171adc (diff)
downloadtinyxml2-aml_tz5_341510050.tar.gz
Snap for 9550733 from 485aed9018d7be0e28f59681876711652a171adc to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: Ic340a8e3a9665a428dd7b02f607cfb35baa4a234
-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.
],
}