4696fc9785
Bug: 36810308 Test: build Change-Id: Iae4a6340a184dde818603b546470c8cf883f2f7b
17 lines
571 B
Makefile
17 lines
571 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
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth@1.0-impl \
|
|
libbt-vendor
|