platform_build_soong/cmd/sbox
Colin Cross baccf5b984 Use __SBOX_OUT_DIR__ in sbox output file list
The path to the output directory may be arbitrarily long, use
__SBOX_OUT_DIR__ in the list of output files passed to sbox
to avoid expanding it multiple times in the command line.

Fixes:
ninja: fatal: posix_spawn: Argument list too long
09:40:14 ninja failed with: exit status 1
when building libchrome with a long OUT or OUT_DIR_COMMON_BASE.

Bug: 73726635
Test: m checkbuild
Change-Id: I59024b2164287c8e531711afd9273b692ce9c28a
2018-02-21 14:55:34 -08:00
..
Android.bp Have Soong try to enforce that genrules declare all their outputs. 2017-06-09 17:57:18 +00:00
sbox.go Use __SBOX_OUT_DIR__ in sbox output file list 2018-02-21 14:55:34 -08:00