Bluetooth: add Bluetooth HAL service to dependent project

* add broadcom Bluetooth HAL service setting to O6/R4/Slider/Whitefin
projects make files

Bug: 190443033
Test: Manually
Change-Id: I2d61cce0e99a3b34571a46f6b4b524219547b75c
This commit is contained in:
jonerlin 2021-06-29 16:36:29 +08:00 committed by Joner Lin
parent 4b2b5620a1
commit 972d2c291e
4 changed files with 20 additions and 0 deletions

View file

@ -158,3 +158,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable camera exif model/make reporting
PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true
# Bluetooth HAL
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.bcmbtlinux \
bt_vendor.conf

View file

@ -159,3 +159,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable camera exif model/make reporting
PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true
# Bluetooth HAL
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.bcmbtlinux \
bt_vendor.conf

View file

@ -77,3 +77,8 @@ PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/slider
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
# Bluetooth HAL
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.bcmbtlinux \
bt_vendor.conf

View file

@ -63,3 +63,8 @@ PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/whitefin
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
# Bluetooth HAL
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.bcmbtlinux \
bt_vendor.conf