commit | 8c4d4ea37dce8162488505f86300165d42653c53 | [log] [tgz] |
---|---|---|
author | Mark Punzalan <markpun@google.com> | Wed Jan 10 15:42:10 2024 -0800 |
committer | Mark Punzalan <markpun@google.com> | Wed Jan 10 15:45:21 2024 -0800 |
tree | 516c0b0ce8c1dec19730c18059f62c6a89d655bf | |
parent | 4b564ded5bf09bd4798c54295d2a88ebde1baa8b [diff] |
[aapt2] Allow multi-line argument files Previously, aapt2 would read arguments from files but they all have to be in one line, separated by spaces. Now they can be spread over multiple lines in the file. Bug: 297373084 Bug: 315329624 Test: Called `aapt2 link ... --feature_flags @args.txt` with args.txt containing flag values over multiple lines. Verified the resulting APK has the expected output. Change-Id: I91be6c7a869f63eafd88c04de69401d248f05545