summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-03-02 20:27:06 +0100
committerWilliam Escande <wescande@google.com>2022-03-02 20:27:06 +0100
commitd9d513fd47c2a7e25df148d3925f02ca669520b5 (patch)
tree2f9b8d8bc19ed65fcc97871a5c59b5bf16e7d806 /bluetooth
parentf5d795200a2dfec66ec4156115c9533c148da4b2 (diff)
Clear apex.go entries for bluetooth libs
Test: Build + TH + boot phone & use bluetooth Bug: 216433795 Change-Id: Ib1f9fee90006c73e5726a208e6cba8647967f5f4
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",
+ ],
}