diff options
Diffstat (limited to 'product/qcom-bluetooth.mk')
| -rw-r--r-- | product/qcom-bluetooth.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/product/qcom-bluetooth.mk b/product/qcom-bluetooth.mk new file mode 100644 index 0000000..0d423b7 --- /dev/null +++ b/product/qcom-bluetooth.mk @@ -0,0 +1,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 |
