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 Merged-In: I3e5d3b64f8d21cac77e519f335e046231ad4fbb1 Change-Id: I3e5d3b64f8d21cac77e519f335e046231ad4fbb1 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
parent
d19c9efb98
commit
544a00a41c
2 changed files with 8 additions and 0 deletions
|
@ -397,3 +397,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Enable camera exif model/make reporting
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.exif_reveal_make_model=true
|
||||
|
||||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
|
|
@ -372,3 +372,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Enable camera exif model/make reporting
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.exif_reveal_make_model=true
|
||||
|
||||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue