From fe75d5e6ebb70c906ac91ff8d55d4dcfa1d8e100 Mon Sep 17 00:00:00 2001 From: William Escande Date: Mon, 22 Aug 2022 11:27:54 -0700 Subject: [PATCH] [Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: I1e12d9f88c7b8815796a2e0b6e1107b52129f573 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index bbbca1c04..2a2dbe6f4 100644 --- a/Android.bp +++ b/Android.bp @@ -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",