common: bt: Set the default BT library to QTI.

Change-Id: If009d1d4da840ac76064859949bfb2ab44ca72a1
This commit is contained in:
Alexander Koskovich 2021-03-18 15:58:28 -07:00
parent 475859ba4f
commit c50d67a2db
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 6 additions and 0 deletions

View File

@ -23,5 +23,11 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml
# Properties
ifeq ($(TARGET_USE_QTI_BT_STACK),true)
PRODUCT_SYSTEM_EXT_PROPERTIES += \
ro.bluetooth.library_name=libbluetooth_qti.so
endif
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/bt/bt-vendor.mk)