[Bluetooth apex] Use new apex name

The Bluetooth apex name is now called com.android.btservices

Bug: 243054261
Test: Build
Change-Id: I1e12d9f88c7b8815796a2e0b6e1107b52129f573
This commit is contained in:
William Escande
2022-08-22 11:27:54 -07:00
parent 84d309aa8d
commit fe75d5e6eb

View File

@@ -208,7 +208,7 @@ cc_library_static {
"//apex_available:platform",
"com.android.art",
"com.android.art.debug",
"com.android.bluetooth",
"com.android.btservices",
],
// being part of updatable apexes, this should work on older releases
min_sdk_version: "apex_inherit",