From d559670cb241a26b83c1db74e060e24e8f587cff Mon Sep 17 00:00:00 2001 From: Binhao Lin Date: Fri, 8 Jul 2022 13:10:19 -0700 Subject: [PATCH] Add "vendor.android.hardware.camera.preview-dis" feature Bug: 229759817 Test: adb shell pm list features | egrep -i camera Change-Id: Ifd705f2035815a65b212fd37b0894e7353761305 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 2fd2e6ac..ead6eafb 100644 --- a/device.mk +++ b/device.mk @@ -597,6 +597,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.xml \ frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml\ frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml\ + vendor/google/services/LyricCameraHAL/src/vendor.android.hardware.camera.preview-dis.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.android.hardware.camera.preview-dis.xml\ #PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \