diff options
author | Josiah Gaskin <josiahgaskin@google.com> | 2011-06-27 16:26:02 -0700 |
---|---|---|
committer | Josiah Gaskin <josiahgaskin@google.com> | 2011-07-18 16:37:55 -0700 |
commit | 03589cc65355220e0a4a0c816189a9fa25cc81fc (patch) | |
tree | ebe98e64c530708e8709025e8ad051c714eab9a3 /tools/aapt/Main.cpp | |
parent | 9bf34ca6f85309c65b0ebdf614cb8266401b49ba (diff) |
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
Diffstat (limited to 'tools/aapt/Main.cpp')
-rw-r--r-- | tools/aapt/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp index 8edb5b53b194..9887268abd7e 100644 --- a/tools/aapt/Main.cpp +++ b/tools/aapt/Main.cpp @@ -148,7 +148,7 @@ void usage(void) " --extra-packages\n" " generate R.java for libraries. Separate libraries with ':'.\n" " --generate-dependencies\n" - " generate a dependency file for R.java.\n" + " generate dependency files in the same directories for R.java and resource package\n" " --auto-add-overlay\n" " Automatically add resources that are only in overlays.\n" " --rename-manifest-package\n" |