aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorMax Weffers <rcstar6696@gmail.com>2017-09-05 16:54:23 +0200
committerArian <arian.kulmer@web.de>2019-10-07 11:07:17 +0200
commite2f2fcfef5f6d02f222ccad9545e78f808cb731f (patch)
tree4692c117694b741298d6fefce0e38cdd074d6a70 /shinano.mk
parentf77debee8bc23cd20df18c4a168ac11273fc5240 (diff)
shinano-common: Add missing BT permission
Change-Id: I01cd402147cf099344761217ddc51957c78a1e06
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index 3cf4297..fd49101 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -23,6 +23,7 @@ DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay
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.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \