From d2693d5cef76b2ada1f0abeff2a3ecfd93ddbdc3 Mon Sep 17 00:00:00 2001 From: William Escande Date: Wed, 2 Mar 2022 20:24:41 +0100 Subject: 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 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) 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", + ], } -- cgit v1.2.3