aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-08-22 11:27:55 -0700
committerWilliam Escande <wescande@google.com>2022-08-22 11:27:55 -0700
commit75a40c3c87988ff345bd8df385aade517c9c1b24 (patch)
tree90fa9466295c87cab917e0ce85abc64d4bbeb206
parent76d9046797051952625fe4ce9d4669220682c820 (diff)
downloadlibevent-75a40c3c87988ff345bd8df385aade517c9c1b24.tar.gz
[Bluetooth apex] Use new apex namemain-16k
The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ic807c0747ad0f31649f36e44319fbab33a8ad0ec
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
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",
],
}