Enable UVC support on shuksy
Shiba and husky now support the UVC gadget function. Setting this flag triggers the framework to surface the UVC specific functionality and UI. Bug: 287675279 Test: Use webcam on shusky Change-Id: I3e5d3b64f8d21cac77e519f335e046231ad4fbb1 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
parent
a43fa98e57
commit
e42354e01c
2 changed files with 8 additions and 0 deletions
|
@ -402,3 +402,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# AVF assignable devices xml
|
||||
PRODUCT_PACKAGES += shusky_assignable_devices.xml
|
||||
|
||||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
|
|
@ -376,3 +376,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# AVF assignable devices xml
|
||||
PRODUCT_PACKAGES += shusky_assignable_devices.xml
|
||||
|
||||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue