Skip to content

Commit cbe09ae

Browse files
committed
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 Merged-In: Ie315d6b91ad41c9f97e3d5939e7624cc29d34dcf Change-Id: Ie315d6b91ad41c9f97e3d5939e7624cc29d34dcf
1 parent dc370b8 commit cbe09ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Android.bp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,10 @@ cc_library {
869869
],
870870
},
871871
},
872+
apex_available: [
873+
"//apex_available:platform",
874+
"com.android.bluetooth",
875+
],
872876
min_sdk_version: "30",
873877
}
874878

0 commit comments

Comments
 (0)