summaryrefslogtreecommitdiff
path: root/tools/generate-self-extracting-archive.py
AgeCommit message (Collapse)Author
2019-12-06Fix comment to reflect that the value passed to head is actually the sizeMitchell Wills
There is no functional change Bug: 130257221 Test: generated an archive using the script and ran the result Change-Id: I946f2827a9519873be2173fc50d9bc1cc46a326f
2019-12-06Use bash instead of sh in self extracting archiveMitchell Wills
`echo -n` and `read` seems to not work the same on mac Bug: 130257221 Test: generated an archive using the script and ran the result on linux and mac Change-Id: I129090ccf50781b748bff9a5c7890824d2670ad4
2019-11-11[generate-self-extracting-archive] Cleanup and improve error handlingMitchell Wills
Increase the max extract offset and add some input sanity checks Make the output file executable Test: Ran manually with various license inputs Bug: 125451157 Change-Id: Id76d55479366f1d9b8906e6d04c1a6db8d4d8285
2019-07-29Add build script to create a self extracting archive with a click through ↵Mitchell Wills
license Bug: 130257221 Test: generated an archive using the script and ran the result Change-Id: If1147cd41fa939b0d9958196e627042b5731dc14