diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-09-05 16:54:23 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | e2f2fcfef5f6d02f222ccad9545e78f808cb731f (patch) | |
tree | 4692c117694b741298d6fefce0e38cdd074d6a70 | |
parent | f77debee8bc23cd20df18c4a168ac11273fc5240 (diff) |
shinano-common: Add missing BT permission
Change-Id: I01cd402147cf099344761217ddc51957c78a1e06
-rw-r--r-- | shinano.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |