]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/lxc.py
lxc: Use v4l2 camera hal on mainline
[waydroid.git] / tools / helpers / lxc.py
index 83ec5bb171b8e948b41d9189088c2efd8aec5235..e4d8f20099e2240a9151ffe0681d348760e586f0 100644 (file)
@@ -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: