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
This commit is contained in:
Avichal Rakesh 2023-05-16 13:31:19 -07:00
parent 89f99fd401
commit ffeb34f775

View file

@ -251,3 +251,7 @@ PRODUCT_PRODUCT_PROPERTIES ?= \
# UFS: the script is used to select the corresponding firmware to run FFU. # UFS: the script is used to select the corresponding firmware to run FFU.
PRODUCT_PACKAGES += ufs_firmware_update.sh PRODUCT_PACKAGES += ufs_firmware_update.sh
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true