From eddbb27ae85ce6d03411949c0ebc3d2479b32ccf Mon Sep 17 00:00:00 2001 From: Ayushi Khopkar Date: Wed, 2 Jun 2021 10:50:49 +0530 Subject: [PATCH] android.hardware.bluetooth@1.0-impl: Updated to vendor_available:true Updated android.hardware.bluetooth@1.0-impl, android.hardware.bluetooth-async and android.hardware.bluetooth-hci libraries from 'vendor: true' to 'vendor_available: true' Test: Build android.hardware.bluetooth@1.0-impl Bug: 187131546 Change-Id: I580e3f1d770bee09880b74189b558ab1c4c4913e --- 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 ee368fd6eb..04e4a16306 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: true, + vendor_available: true, relative_install_path: "hw", srcs: [ "bluetooth_hci.cc", @@ -49,7 +49,7 @@ cc_library { 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",