From ffeb34f7752d891556b0b200d5918d148b980ceb Mon Sep 17 00:00:00 2001 From: Avichal Rakesh Date: Tue, 16 May 2023 13:31:19 -0700 Subject: [PATCH] Enable UVC support on Bluejay Bluejay now supports UVC gadget function. Setting this flag triggers the framework to surface the UVC specific functionality and UI. Test: Manually tested that the UVC functionality is enabled Bug: 242344221 Change-Id: Ibd1f8e2669a26c6c1e97ba9a4554fe0d41d5421d --- device-bluejay.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index 92d332a..2d15b5b 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -251,3 +251,7 @@ PRODUCT_PRODUCT_PROPERTIES ?= \ # UFS: the script is used to select the corresponding firmware to run FFU. PRODUCT_PACKAGES += ufs_firmware_update.sh + +# Enable DeviceAsWebcam support +PRODUCT_VENDOR_PROPERTIES += \ + ro.usb.uvc.enabled=true