9 lines
328 B
Makefile
9 lines
328 B
Makefile
|
# 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
|