9025cd0742
Change-Id: I7543cb0272039612d2959333610973c81ab68fa6 Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
12 lines
477 B
Makefile
12 lines
477 B
Makefile
# 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.bluetooth.dun=true \
|
|
ro.bluetooth.hfp.ver=1.7 \
|
|
ro.bluetooth.sap=true \
|
|
ro.qualcomm.bt.hci_transport=smd
|