summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilian Peev <epeev@google.com>2020-07-13 17:27:22 -0700
committerEmilian Peev <epeev@google.com>2020-07-13 17:27:22 -0700
commit8c8ebf63efeba2505c77680294052ea4b2f9845a (patch)
tree7615d42ef394abae42dd7db47126481abe689443
parentc898b974e7579f4b3a02900b885d418c8127935c (diff)
downloaddevice_generic_goldfish-8c8ebf63efeba2505c77680294052ea4b2f9845a.tar.gz
device_generic_goldfish-8c8ebf63efeba2505c77680294052ea4b2f9845a.tar.bz2
device_generic_goldfish-8c8ebf63efeba2505c77680294052ea4b2f9845a.zip
Add FEATURE_CAMERA_CONCURRENT to goldfish
Bug: 161147844 Test: atest cts/tests/camera/src/android/hardware/camera2/cts/CameraManagerTest.java#testCameraManagerGetDeviceIdList Change-Id: Id273e89c67a4dfefa953c759ba9dd37f90c8ce77
-rw-r--r--vendor.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.mk b/vendor.mk
index b65a9bb9..76eb8bb4 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -281,6 +281,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \
frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \
+ 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.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.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.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \