platform_build_soong/zip
Jiyong Park 04bbf98e06 -l option soong_zip can accept a file having space separated list
-l option of soong_zip is used to specify the list of input files that
should be zipped. However, it only accepted newline-separated list in the
file. This prevented us from using a rspfile as paths in rspfile are
space-separated in a single line. Fixing the problem by splitting the
file content by any unicode whitespace character including newline and
space.

Test: zip_test
Change-Id: Iba572109e30c01540eacf20bd2794ba60c870fa3
2019-11-04 14:23:07 +09:00
..
cmd Support moving sources in srcjars in soong_zip 2019-06-18 13:33:20 -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 -l option soong_zip can accept a file having space separated list 2019-11-04 14:23:07 +09:00
zip_test.go -l option soong_zip can accept a file having space separated list 2019-11-04 14:23:07 +09:00