blob: bc8dbdd96a17ef3805d46742957376043a9c13ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 += \
qcom.bluetooth.soc=smd \
ro.qualcomm.bt.hci_transport=smd
|