From: Erfan Abdi Date: Fri, 24 Sep 2021 19:14:03 +0000 (+0330) Subject: lxc: Use v4l2 camera hal on mainline X-Git-Tag: 1.1.0~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/e990576ec954ab53cdac5e534f5897d5f3ed0996?ds=sidebyside lxc: Use v4l2 camera hal on mainline --- diff --git a/tools/helpers/lxc.py b/tools/helpers/lxc.py index 83ec5bb..e4d8f20 100644 --- a/tools/helpers/lxc.py +++ b/tools/helpers/lxc.py @@ -210,6 +210,7 @@ def make_base_props(args): if args.vendor_type == "MAINLINE": props.append("ro.vndk.lite=true") + props.append("ro.hardware.camera=v4l2") base_props = open(args.work + "/waydroid_base.prop", "w") for prop in props: