commit | 37c4157d7cdad71dc9abc93d652e81c33e346d93 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Mon Oct 19 17:04:21 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Mon Oct 19 17:04:21 2009 -0700 |
tree | 8fbf09577c3882912db555221fc032e73b2e2e43 | |
parent | 62df88bcc95a714c1d5035471dfe7fe0ddd9d50b [diff] |
add "junk path" -k option to aapt (DO NOT MERGE) Adds a "junk path" option to aapt so that you can do: aapt add -k archive.zip path/to/some.file and have the file stored in the zip under the name "some.file" (without the path). Needed so that we can use 'aapt add' in place of 'zip -j' when building jar files, which will lead to smaller incremental OTAs. (This is a cherry-pick of a change already submitted to eclair-mr2; the change was approved for mr1.)