Renamed bluetooth apex name to com.android.bluetooth

Tag: #feature
Bug: 206614050
Test: Compiles
Change-Id: I1118409952f16001b1144c91be1e9c81b0c489f0
This commit is contained in:
Etienne Ruffieux
2021-12-15 15:46:05 +00:00
parent 297d2f1c44
commit f58147b712
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ hidl_interface {
],
apex_available: [
"//apex_available:platform",
"com.android.bluetooth.updatable",
"com.android.bluetooth",
],
gen_java: false,
}

View File

@@ -27,7 +27,7 @@ hidl_interface {
],
apex_available: [
"//apex_available:platform",
"com.android.bluetooth.updatable",
"com.android.bluetooth",
],
gen_java: false,
}