blob: 0d423b77dac874eddb8a4c191aa6c2c175e035b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Init
PRODUCT_PACKAGES += \
init.qcom.bt.sh
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
# Properties
PRODUCT_PROPERTY_OVERRIDES += \
ro.qualcomm.bt.hci_transport=smd
|