common: bt: Set the default BT library to QTI.
Change-Id: If009d1d4da840ac76064859949bfb2ab44ca72a1
This commit is contained in:
parent
475859ba4f
commit
c50d67a2db
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue