platform_build_soong/cmd
Dan Willemsen 3bf1a08505 Add zip2zip tool to copy zip entries from one file to another
This doesn't do any decompression / recompression, but just copies over
the already compressed contents. So it's similar to zip -U, but allows
rewriting of the paths.

The first expected usecase is to replace img_from_target_files during
the build, since it does the equivalent of this:

zip2zip -i <target-files.zip> -o <img.zip> OTA/android-info.txt:android-info.txt IMAGES/*:.

Except it decompresses and recompresses the images, which takes over a
minute instead of a few seconds.

Change-Id: I88d0df188635088783223873f78e193272dbdf1c
2016-08-10 16:57:03 -07:00
..
soong_build Rename common to android 2016-05-18 15:37:25 -07:00
soong_env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
soong_glob Fix govet issue 2016-05-30 13:42:19 -07:00
soong_jar soong_jar: Hardcode time 2016-08-05 11:22:40 -07:00
zip2zip Add zip2zip tool to copy zip entries from one file to another 2016-08-10 16:57:03 -07:00