summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-01-15 17:17:23 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-01-15 18:29:53 +0000
commit565dd57880b954ac110ae502f40958a10f79b3d4 (patch)
tree83f3efeafdb43f95cb6324f72710727229a53c0d /installer
parentd66daf474c0311aa4a8e5d7a697c481b48102abe (diff)
db845c: flash-all-aosp.sh: Add fastboot reboot to the end of the script
Now that we are building and flashing boot.img by default, lets add a fastboot reboot command to the end of the script, as we have no reason to wait for more fastboot commands. Change-Id: I1784864eb31796caaf1eae47ded0325b79dbd6b7 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/db845c/flash-all-aosp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/db845c/flash-all-aosp.sh b/installer/db845c/flash-all-aosp.sh
index 575870f..e6b1995 100755
--- a/installer/db845c/flash-all-aosp.sh
+++ b/installer/db845c/flash-all-aosp.sh
@@ -43,4 +43,4 @@ fastboot flash super "${ANDROID_PRODUCT_OUT}"/super.img
echo "FLASH-ALL-AOSP: Flash userdata image"
fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
-
+fastboot reboot