summaryrefslogtreecommitdiff
path: root/tools/aapt/Main.h
diff options
context:
space:
mode:
author Xavier Ducrohet <xav@android.com> 2011-07-19 10:03:16 -0700
committer Android Code Review <code-review@android.com> 2011-07-19 10:03:16 -0700
commitd40c93f61ca5b3f2351b8db716f67b58f1625e85 (patch)
tree49a75df29d44fe6f3d69635f40f91c7dacf54d38 /tools/aapt/Main.h
parent42755155d6e8ddc3201b08def2bf262a64fa25f2 (diff)
parent9bf34ca6f85309c65b0ebdf614cb8266401b49ba (diff)
Merge "Add dependency generation to Aapt for R.java"
Diffstat (limited to 'tools/aapt/Main.h')
-rw-r--r--tools/aapt/Main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Main.h b/tools/aapt/Main.h
index 3ba4f39062f8..1df114430fd3 100644
--- a/tools/aapt/Main.h
+++ b/tools/aapt/Main.h
@@ -46,4 +46,5 @@ int dumpResources(Bundle* bundle);
String8 getAttribute(const ResXMLTree& tree, const char* ns,
const char* attr, String8* outError);
+status_t writeDependencyPreReqs(Bundle* bundle, const sp<AaptAssets>& assets, FILE* fp);
#endif // __MAIN_H