mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Revert "android.hardware.bluetooth@1.0-impl: Updated to vendor_available:true"
This reverts commit eddbb27ae8.
Reason for revert: Fix building break. android.hardware.bluetooth@1.0-impl is vendor module, should be in vendor partition.
Bug:187131546
Change-Id: I701531ec0348fcbaf08cbb9520600d0077d58b2d
This commit is contained in:
committed by
Myles Watson
parent
eddbb27ae8
commit
a12b18a4ee
@@ -25,7 +25,7 @@ package {
|
||||
cc_library {
|
||||
name: "android.hardware.bluetooth@1.0-impl",
|
||||
defaults: ["hidl_defaults"],
|
||||
vendor_available: true,
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
"bluetooth_hci.cc",
|
||||
@@ -49,7 +49,7 @@ cc_library {
|
||||
|
||||
cc_library_static {
|
||||
name: "android.hardware.bluetooth-async",
|
||||
vendor_available: true,
|
||||
vendor: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"async_fd_watcher.cc",
|
||||
@@ -62,7 +62,7 @@ cc_library_static {
|
||||
|
||||
cc_library_static {
|
||||
name: "android.hardware.bluetooth-hci",
|
||||
vendor_available: true,
|
||||
vendor: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"hci_packetizer.cc",
|
||||
|
||||
Reference in New Issue
Block a user