commit | 3a562a99423ba90dda81a94900a38ddc188c5d06 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue Oct 13 18:40:37 2015 -0700 |
committer | Ying Wang <wangying@google.com> | Wed Oct 14 17:48:21 2015 -0700 |
tree | 5f03bbe18e921cd6d742cb0b12c54f54bd1c86ec | |
parent | ed4b0eeb435903d9be502dcebd2c000f143df575 [diff] |
Use @arg-lsit-file for jar in add-carried-jack-resources Don't pass the arg list as argument in any bash command; Instead store the arg list to the arg list file and run "jar @arg-lsit-file". Note we need to quote the arguments in the arg list file. This fixed "argument list too long" build error on Mac. Bug: 24789595 Change-Id: I718f84e540d82bb83516824894a473b2961da278