summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-14 19:55:10 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-14 19:55:10 +0200
commit1e9993a344695415f17c7ef0fca5e7f6b6ed3b06 (patch)
tree2472ebc659217f6ded6282c164b2aa85fe5729ac /common.mk
parenta6d6fa29abf889cac62e19b0e2bf6a8579305671 (diff)
downloaddevice_samsung_smdk4412-common-1e9993a344695415f17c7ef0fca5e7f6b6ed3b06.tar.gz
device_samsung_smdk4412-common-1e9993a344695415f17c7ef0fca5e7f6b6ed3b06.tar.bz2
device_samsung_smdk4412-common-1e9993a344695415f17c7ef0fca5e7f6b6ed3b06.zip
smdk4412: add bluetooth le perms
Change-Id: Ia4950f176b203891246ebc24ea87b2c661d13ed1
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index c285af5..09872b9 100644
--- a/common.mk
+++ b/common.mk
@@ -121,6 +121,7 @@ PRODUCT_PACKAGES += \
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
+ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \