]> git.saurik.com Git - android/aapt.git/commitdiff
add "junk path" -k option to aapt
authorDoug Zongker <dougz@android.com>
Fri, 9 Oct 2009 18:24:51 +0000 (11:24 -0700)
committerDoug Zongker <dougz@android.com>
Tue, 13 Oct 2009 20:33:31 +0000 (13:33 -0700)
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.


No differences found