From e990576ec954ab53cdac5e534f5897d5f3ed0996 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Fri, 24 Sep 2021 22:44:03 +0330 Subject: [PATCH] lxc: Use v4l2 camera hal on mainline --- tools/helpers/lxc.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.3