Merge changes I580e3f1d,I8e271982 am: 8ec315a25e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1723159

Change-Id: Id5138a91c4e81ee86b72447ebc5d0a8249a8a872
This commit is contained in:
Kris Alder
2021-07-08 16:33:24 +00:00
committed by Automerger Merge Worker

View File

@@ -22,10 +22,10 @@ package {
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_library_shared {
cc_library {
name: "android.hardware.bluetooth@1.0-impl",
defaults: ["hidl_defaults"],
vendor: true,
vendor_available: true,
relative_install_path: "hw",
srcs: [
"bluetooth_hci.cc",
@@ -49,7 +49,7 @@ cc_library_shared {
cc_library_static {
name: "android.hardware.bluetooth-async",
vendor: true,
vendor_available: 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: true,
vendor_available: true,
defaults: ["hidl_defaults"],
srcs: [
"hci_packetizer.cc",