aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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.
],
}