aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornailyk-fr <nailyk_git@nailyk.fr>2017-11-06 18:57:03 +0100
committerArian <arian.kulmer@web.de>2019-10-07 11:11:29 +0200
commiteab663b52f873bbe7e187d955f318074e975ad14 (patch)
tree8a503989daba4e392309278dc5d6dd9c87c4a89c
parentee7c57e5f34a9ceef136788dc2c14e61a714111f (diff)
shinano-common: build: Add compass permission
Change-Id: I3156a524132d9f1459874998aa0d4eeff2e562ca Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
-rw-r--r--shinano.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index da2eda9..9d6b0a2 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -26,6 +26,8 @@ PRODUCT_COPY_FILES += \
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.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
+ frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \