]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
lxc: Enable vndk lite for mainline devices
authorErfan Abdi <erfangplus@gmail.com>
Fri, 24 Sep 2021 19:07:23 +0000 (22:37 +0330)
committerErfan Abdi <erfangplus@gmail.com>
Wed, 29 Sep 2021 16:35:59 +0000 (20:05 +0330)
tools/helpers/lxc.py

index 1e697172397c6a1bee7ef341f97b850edfc24ea1..83ec5bb171b8e948b41d9189088c2efd8aec5235 100644 (file)
@@ -208,6 +208,9 @@ def make_base_props(args):
     props.append("waydroid.vendor_ota=" + args.vendor_ota)
     props.append("waydroid.tools_version=" + tools.config.version)
 
+    if args.vendor_type == "MAINLINE":
+        props.append("ro.vndk.lite=true")
+
     base_props = open(args.work + "/waydroid_base.prop", "w")
     for prop in props:
         base_props.write(prop + "\n")