aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-03-02 20:24:41 +0100
committerWilliam Escande <wescande@google.com>2022-03-15 11:05:45 +0100
commitd2693d5cef76b2ada1f0abeff2a3ecfd93ddbdc3 (patch)
treec89228b5cb157279c83138f68925300ccaa3de8c
parent54e0e9a220408512b48b1e9ca2faa36e8fa75a25 (diff)
downloadlibevent-d2693d5cef76b2ada1f0abeff2a3ecfd93ddbdc3.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: I209b24a68da8c21f9eddb2518e57667b0d9bab79
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5b019d0..a0c5c1b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -117,4 +117,8 @@ cc_library {
},
},
min_sdk_version: "30",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}