Merge "Renamed bluetooth apex name to com.android.bluetooth" am: c07fb30b8f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1924438 Change-Id: I4a92dfcf1af677498edc3a7da033040c9d2742c2
This commit is contained in:
commit
4f3ee26fcf
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ hidl_interface {
|
||||||
],
|
],
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"com.android.bluetooth.updatable",
|
"com.android.bluetooth",
|
||||||
],
|
],
|
||||||
gen_java: false,
|
gen_java: false,
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ hidl_interface {
|
||||||
],
|
],
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"com.android.bluetooth.updatable",
|
"com.android.bluetooth",
|
||||||
],
|
],
|
||||||
gen_java: false,
|
gen_java: false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue