diff --git a/bt/qti-bt.mk b/bt/qti-bt.mk index d0e29b3c..8c15c6ff 100644 --- a/bt/qti-bt.mk +++ b/bt/qti-bt.mk @@ -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)