summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-03-02 20:27:22 +0100
committerWilliam Escande <wescande@google.com>2022-03-24 17:16:00 +0100
commitbd1b5b2cfa9c760c8859e80a8b58fd526287e026 (patch)
tree4f1009e8f1e9afc27af5d94065bd4829fead132c
parente5d4712ba28b8a53dd47617d779907c5ddf124ee (diff)
downloadril-bd1b5b2cfa9c760c8859e80a8b58fd526287e026.tar.gz
Clear apex.go entries for bluetooth libs
The module availability to Bluetooth is currently hard-coded in apex.go. We are in the process of cleaning the apex.go by adding the availability in each required module Test: Build + TH + boot phone & use bluetooth Bug: 216433795 Change-Id: I5cef83d960ae56104a41356c00867cebd54f0c5d
-rw-r--r--librilutils/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/librilutils/Android.bp b/librilutils/Android.bp
index 1d39eaf..00df7ce 100644
--- a/librilutils/Android.bp
+++ b/librilutils/Android.bp
@@ -45,4 +45,8 @@ java_library {
},
min_sdk_version: "30",
sdk_version: "current",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}