summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2022-03-15 00:58:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-03-15 00:58:00 +0000
commit4e102c08545e8fc6bc877a30db2986dae92e0f4a (patch)
treeca2a044928c70f60d459ada59261daed24f40da6 /bluetooth
parent0b790a8a1b217a9d4dbce06cdf2b8e99f080b0fb (diff)
parentd9d513fd47c2a7e25df148d3925f02ca669520b5 (diff)
Merge "Clear apex.go entries for bluetooth libs" into tm-dev
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/1.0/Android.bp4
-rw-r--r--bluetooth/1.1/Android.bp4
-rw-r--r--bluetooth/a2dp/1.0/Android.bp4
-rw-r--r--bluetooth/audio/2.0/Android.bp4
4 files changed, 16 insertions, 0 deletions
diff --git a/bluetooth/1.0/Android.bp b/bluetooth/1.0/Android.bp
index 8d023c01d7..20775dd282 100644
--- a/bluetooth/1.0/Android.bp
+++ b/bluetooth/1.0/Android.bp
@@ -21,4 +21,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}
diff --git a/bluetooth/1.1/Android.bp b/bluetooth/1.1/Android.bp
index 4feb28bd96..4ac20094bd 100644
--- a/bluetooth/1.1/Android.bp
+++ b/bluetooth/1.1/Android.bp
@@ -21,4 +21,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}
diff --git a/bluetooth/a2dp/1.0/Android.bp b/bluetooth/a2dp/1.0/Android.bp
index 7f39d4f55c..20776dccb8 100644
--- a/bluetooth/a2dp/1.0/Android.bp
+++ b/bluetooth/a2dp/1.0/Android.bp
@@ -21,4 +21,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: false,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}
diff --git a/bluetooth/audio/2.0/Android.bp b/bluetooth/audio/2.0/Android.bp
index dd39f9f9d3..e4d48c1b3f 100644
--- a/bluetooth/audio/2.0/Android.bp
+++ b/bluetooth/audio/2.0/Android.bp
@@ -24,4 +24,8 @@ hidl_interface {
"android.hidl.safe_union@1.0",
],
gen_java: false,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}