platform_build_soong/cmd
Dan Willemsen 82218f285c zip2zip: Support sorting globbed arguments, '**'
When '-s' is passed, any globbed arguments will have their results
sorted. When there are multiple arguments, the files will still be
inserted in argument order.

A bare '**' is now special cased to mean every file in the input zip.

This allows zip2zip to sort entire zip files efficiently by using
`zip2zip -s -i <> -o <> '**'`. This can be useful if your original zip
program used filesystem ordering which was not reproducible.

Test: m -j blueprint_tools (new tests pass)
Change-Id: Ic3512c5fe14c94c6f3e134296905121d2ff8b58a
2017-06-22 15:55:27 -07:00
..
fileslist fileslist: hash the content of symlink, not the file it points to. 2017-03-29 13:43:41 -07:00
javac_wrapper Don't write output during tests 2017-04-20 11:24:07 -07:00
microfactory Add build_test.sh, split common parts of soong_ui.bash 2017-05-15 17:26:52 -07:00
multiproduct_kati Prepare multiproduct_kati to run on the build servers 2017-05-22 16:37:38 -07:00
pom2mk Add pom2mk, a maven repo -> Android.mk tool 2017-06-07 23:25:16 -07:00
sbox Make absolute OUT_DIR work with sbox 2017-06-12 16:36:17 -07:00
soong_build Move registration into android package 2016-10-12 14:30:44 -07:00
soong_env Move Android.bp definitions into subdirs 2016-08-25 15:50:21 -07:00
soong_ui Fix dist if $DIST_DIR/logs doesn't exist 2017-03-01 17:39:32 -08:00
soong_zip Supported minor features in soong_zip 2017-05-02 17:28:35 -07:00
zip2zip zip2zip: Support sorting globbed arguments, '**' 2017-06-22 15:55:27 -07:00