From 079374591f33c1d445003b792ea23a38bbaf0250 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Sun, 19 Dec 2021 00:57:34 +0900 Subject: [PATCH] gts3l-common: permissions: Remove unused proximity permission Signed-off-by: Deokgyu Yang Change-Id: I08d6e34330c349a2180e1a940638cd046f1c5543 --- gts3l.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/gts3l.mk b/gts3l.mk index 05d4bb8..de55e22 100755 --- a/gts3l.mk +++ b/gts3l.mk @@ -54,7 +54,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \ - frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \