summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasetools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/releasetools.py b/releasetools.py
index a0b0ad0..952d9ff 100644
--- a/releasetools.py
+++ b/releasetools.py
@@ -69,6 +69,7 @@ def FullOTA_InstallEnd(info):
radio_img = info.input_zip.read("RADIO/radio.img")
except KeyError:
print "warning: no radio image in input target_files; not flashing radio"
+ return
info.script.Print("Writing radio image...")