Enable UVC support on raviole

Raven and Oriole 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: I979a2d8f5a3d35bc8dffac87e2e9e29c1a03043a
This commit is contained in:
Avichal Rakesh 2023-02-06 13:32:35 -08:00 committed by Treehugger Robot
parent caf51ee5b6
commit d552119737
2 changed files with 6 additions and 0 deletions

View file

@ -284,3 +284,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
PRODUCT_SYSTEM_PROPERTIES += \
persist.settings.large_screen_opt.enabled=false
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true

View file

@ -303,3 +303,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
PRODUCT_SYSTEM_PROPERTIES += \
persist.settings.large_screen_opt.enabled=false
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true