From 79d51cc1629100512021b6bf617aea37db5dc35d Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 8 Sep 2022 22:44:31 -0700 Subject: [Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Merged-In: I74527e0c32dd4ede9b1af58cc3d4f006ff7c67f8 Change-Id: I74527e0c32dd4ede9b1af58cc3d4f006ff7c67f8 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index f814ce1f9b..7d03560a31 100644 --- a/Android.bp +++ b/Android.bp @@ -871,7 +871,7 @@ cc_library { }, apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], min_sdk_version: "30", } -- cgit v1.2.3