summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-11-10 23:51:21 +0100
committerSteve Kondik <steve@cyngn.com>2015-11-10 23:51:21 +0100
commite9f828c71cf3c5a5c2eb3c00f0a8ea28a867d5ba (patch)
tree494fe89c5bd606223c9dcf238fd424909e1d164d /envsetup.sh
parentc4ad122880615357be443ce7c3624c6d4583145e (diff)
downloadbuild-e9f828c71cf3c5a5c2eb3c00f0a8ea28a867d5ba.zip
build-e9f828c71cf3c5a5c2eb3c00f0a8ea28a867d5ba.tar.gz
build-e9f828c71cf3c5a5c2eb3c00f0a8ea28a867d5ba.tar.bz2
eat: GTFO after done eating
* We need to use sideload_auto_reboot if we want to eat and run. Change-Id: I09c31bdd7a381f5fe74cd527c3019f1c3d9be2c3
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 8eb22cf..5f0e9fe 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -754,7 +754,7 @@ function eat()
sleep 1
adb wait-for-device
cat << EOF > /tmp/command
---sideload
+--sideload_auto_reboot
EOF
if adb push /tmp/command /cache/recovery/ ; then
echo "Rebooting into recovery for sideload installation"