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:
parent
89f99fd401
commit
ffeb34f775
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue