platform_build_soong/zip
Colin Cross 4be8f9e2a3 soong_zip: add --ignore_missing_files flag
soong_zip builds a list of files to zip early and then starts
zipping them all.  If a directory being zipped is concurrently
modified, a file that existed when soong_zip started may not
still exist.  Add a flag that continues when an expected file
does not exist.  Print a warning, since this should be rare
in normal usages but is a sign of a problem if it happens
regularly.

Test: zip_test.go
Test: m checkbuild
Test: m platform
Change-Id: I78426fe66fded8528ddd436c0f71a7442183cfeb
2018-09-28 16:14:52 -07:00
..
cmd soong_zip: add --ignore_missing_files flag 2018-09-28 16:14:52 -07:00
Android.bp Add Respfile support for soong_zip. 2018-02-13 15:13:01 -08:00
rate_limit.go split soong_zip into a library and a binary 2017-10-19 18:18:04 +00:00
zip.go soong_zip: add --ignore_missing_files flag 2018-09-28 16:14:52 -07:00
zip_test.go soong_zip: add --ignore_missing_files flag 2018-09-28 16:14:52 -07:00