"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"