]> git.saurik.com Git - android/aapt.git/commit - Command.cpp
Add generation of dependency file for .ap_ package
authorJosiah Gaskin <josiahgaskin@google.com>
Mon, 27 Jun 2011 23:26:02 +0000 (16:26 -0700)
committerJosiah Gaskin <josiahgaskin@google.com>
Mon, 18 Jul 2011 23:37:55 +0000 (16:37 -0700)
commitb5a473dad502a67a09d3978b455dc4cbfafcc920
treeb78ffc5e13f983ff6b1e8d7ba4cdb24f7790ef32
parent52ffc16944b9fc244558c21d33cbaf8f514ddb7a
Add generation of dependency file for .ap_ package

Make Aapt generate a dependency file in the same directory as the
output ap_ file if the --generate-dependencies flag is set.
This dependency file can then be read by the ant exec loop task
to see whether to repackage resources.

Change-Id: I763679414daf76369700aa599c26dcf78d4de099
AaptAssets.cpp
AaptAssets.h
Command.cpp
Main.cpp
Main.h
Package.cpp
Resource.cpp
ZipFile.h