]> git.saurik.com Git - android/aapt.git/commit - AaptAssets.cpp
Add dependency generation to Aapt for R.java
authorJosiah Gaskin <josiahgaskin@google.com>
Tue, 14 Jun 2011 20:57:09 +0000 (13:57 -0700)
committerJosiah Gaskin <josiahgaskin@google.com>
Mon, 27 Jun 2011 23:44:57 +0000 (16:44 -0700)
commit52ffc16944b9fc244558c21d33cbaf8f514ddb7a
treefe46cf843e528433fbc8e3ba6dbfe5bfb7a54dfb
parentbc7b4f407e6a1c83d1e953fb54a347dc6c26ad24
Add dependency generation to Aapt for R.java

Make Aapt generate a dependency file in the location specified
by RClassDir for R.java if the --generate-dependencies flag is set.
This dependency file is then read by the ant exec loop task
to see whether to recreate R.java.

Change-Id: I7152dac86b6ea0e448ef65e3a95694afe233c789
AaptAssets.cpp
AaptAssets.h
Bundle.h
Command.cpp
Main.cpp
Main.h
Resource.cpp
ZipFile.h