64fa39a612
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
18 lines
654 B
Makefile
18 lines
654 B
Makefile
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
|
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/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 \
|
|
android.hardware.bluetooth@1.0-service \
|
|
libbt-vendor
|