From 565dd57880b954ac110ae502f40958a10f79b3d4 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Wed, 15 Jan 2020 17:17:23 +0000 Subject: 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 --- installer/db845c/flash-all-aosp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') 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 -- cgit v1.2.3