Merge "Enable webcam on Felix" into udc-qpr-dev

This commit is contained in:
Jayant Chowdhary 2023-09-15 23:21:20 +00:00 committed by Android (Google) Code Review
commit a2730d2749

View file

@ -368,3 +368,7 @@ PRODUCT_COPY_FILES += \
# Bluetooth EWP test tool
PRODUCT_PACKAGES_DEBUG += \
ewp_tool
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true