From 5012cf936844cdf05332ef1ed5cce71bbd8e6265 Mon Sep 17 00:00:00 2001 From: horngchuang Date: Mon, 10 Jan 2022 17:25:19 +0800 Subject: [PATCH] Add camera permission setting files for gs201 It was removed by ag/14655832 for gs201 bring up Bug: 213395353 Test: launch camera okay, we can turn on/off torch by setting menu bar with L10 Change-Id: If4c7a22de74bf150024b24de7af19d631cb090fc --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index edf19841..b59386e1 100644 --- a/device.mk +++ b/device.mk @@ -553,7 +553,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml -#PRODUCT_COPY_FILES += \ +PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.xml \