Skip to content

Commit 2f88840

Browse files
committed
[Bluetooth apex] Use new apex name
The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Iafe31ceaf5b88dfaa290cf5c32e3a07a0d04d5f8
1 parent 9917507 commit 2f88840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rust_library {
6767
],
6868
apex_available: [
6969
"//apex_available:platform",
70-
"com.android.bluetooth",
70+
"com.android.btservices",
7171
"com.android.compos",
7272
"com.android.resolv",
7373
"com.android.uwb",

cargo2android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apex-available": [
33
"//apex_available:platform",
4-
"com.android.bluetooth",
4+
"com.android.btservices",
55
"com.android.compos",
66
"com.android.resolv",
77
"com.android.uwb",

0 commit comments

Comments
 (0)