summaryrefslogtreecommitdiff
path: root/automated/android/boottime/boottime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/boottime/boottime.sh')
-rwxr-xr-xautomated/android/boottime/boottime.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/automated/android/boottime/boottime.sh b/automated/android/boottime/boottime.sh
index 2d271c7..bc70088 100755
--- a/automated/android/boottime/boottime.sh
+++ b/automated/android/boottime/boottime.sh
@@ -28,6 +28,12 @@ done
initialize_adb
wait_boot_completed "${BOOT_TIMEOUT}"
+
+# call disablesuspend.sh if it exists
+if adb_shell_which disablesuspend.sh; then
+ adb shell /system/bin/disablesuspend.sh
+fi
+
create_out_dir "${OUTPUT}"
install_deps 'curl tar xz-utils' "${SKIP_INSTALL}"