diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-11-06 18:57:03 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | eab663b52f873bbe7e187d955f318074e975ad14 (patch) | |
tree | 8a503989daba4e392309278dc5d6dd9c87c4a89c | |
parent | ee7c57e5f34a9ceef136788dc2c14e61a714111f (diff) |
shinano-common: build: Add compass permission
Change-Id: I3156a524132d9f1459874998aa0d4eeff2e562ca
Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
-rw-r--r-- | shinano.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |