From 32620591e0f1e3d6b129232b43b9931daa2ab87d Mon Sep 17 00:00:00 2001 From: Avichal Rakesh Date: Tue, 16 May 2023 13:30:05 -0700 Subject: [PATCH] Enable UVC support on lynx. Lynx 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: I7ccc06338bbaea4d579c28a1afcd8d48241da77c --- device-lynx.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-lynx.mk b/device-lynx.mk index 081a6d4..0aad3b8 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -283,3 +283,7 @@ PRODUCT_PACKAGES += \ SettingsOverlayG0DZQ \ SettingsOverlayGHL1X \ SettingsOverlayGWKK3 + +# Enable DeviceAsWebcam support +PRODUCT_VENDOR_PROPERTIES += \ + ro.usb.uvc.enabled=true