From a12b18a4ee524028ab94bd0311709439cd0afdd6 Mon Sep 17 00:00:00 2001 From: Hongguang Chen Date: Thu, 8 Jul 2021 23:31:34 +0000 Subject: [PATCH] Revert "android.hardware.bluetooth@1.0-impl: Updated to vendor_available:true" This reverts commit eddbb27ae85ce6d03411949c0ebc3d2479b32ccf. 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 --- bluetooth/1.0/default/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/1.0/default/Android.bp b/bluetooth/1.0/default/Android.bp index 04e4a16306..ee368fd6eb 100644 --- a/bluetooth/1.0/default/Android.bp +++ b/bluetooth/1.0/default/Android.bp @@ -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",