#
# Exported variables (internal configuration)
#
-version = "1.3.4"
+version = "1.4.2"
tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
# Keys saved in the config file (mostly what we ask in 'waydroid init')
"system_datetime",
"vendor_datetime",
"suspend_action",
- "mount_overlays"]
+ "mount_overlays",
+ "auto_adb"]
# Config file/commandline default values
# $WORK gets replaced with the actual value for args.work (which may be
],
"suspend_action": "freeze",
"mount_overlays": "True",
+ "auto_adb": "True",
}
defaults["images_path"] = defaults["work"] + "/images"
defaults["rootfs"] = defaults["work"] + "/rootfs"