From 75a40c3c87988ff345bd8df385aade517c9c1b24 Mon Sep 17 00:00:00 2001 From: William Escande Date: Mon, 22 Aug 2022 11:27:55 -0700 Subject: [Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ic807c0747ad0f31649f36e44319fbab33a8ad0ec --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index a0c5c1b..7f0d910 100644 --- a/Android.bp +++ b/Android.bp @@ -119,6 +119,6 @@ cc_library { min_sdk_version: "30", apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], } -- cgit v1.2.3