summaryrefslogtreecommitdiffstats
path: root/releasetools/aries_ota_from_target_files
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-18 14:34:49 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-18 14:34:49 -0700
commit5ed65d8b84bfb9a8c3b273b4baaca5da2d8f9b7a (patch)
treecad2b068ce6f806c55c332fd36f0903b8126aea6 /releasetools/aries_ota_from_target_files
parent7dc3ecd7b0cc19658593c92f2de677a793d7b858 (diff)
downloaddevice_samsung_aries-common-5ed65d8b84bfb9a8c3b273b4baaca5da2d8f9b7a.zip
device_samsung_aries-common-5ed65d8b84bfb9a8c3b273b4baaca5da2d8f9b7a.tar.gz
device_samsung_aries-common-5ed65d8b84bfb9a8c3b273b4baaca5da2d8f9b7a.tar.bz2
Move the updater.sh call into after the assert call. Pack the modem.bin with the zip.
Change-Id: I4cd28ab72100b28b1d71b3f22c58dfa375f312ac
Diffstat (limited to 'releasetools/aries_ota_from_target_files')
-rwxr-xr-xreleasetools/aries_ota_from_target_files1
1 files changed, 1 insertions, 0 deletions
diff --git a/releasetools/aries_ota_from_target_files b/releasetools/aries_ota_from_target_files
index dd2ae66..3616302 100755
--- a/releasetools/aries_ota_from_target_files
+++ b/releasetools/aries_ota_from_target_files
@@ -41,6 +41,7 @@ def CopyBootFiles(input_zip, output_zip):
def CopyBMLoverMTD(output_zip):
"""Copy the bml_over_mtd utility and script to the output."""
+ output_zip.write(os.path.join(TARGET_DIR, "modem.bin"),"modem.bin")
output_zip.write(os.path.join(UTILITIES_DIR, "make_ext4fs"),"make_ext4fs")
output_zip.write(os.path.join(UTILITIES_DIR, "busybox"),"busybox")
output_zip.write(os.path.join(UTILITIES_DIR, "flash_image"),"flash_image")