diff options
author | 2011-07-20 15:08:23 -0700 | |
---|---|---|
committer | 2011-07-20 15:08:23 -0700 | |
commit | 1e24ccbdd56a45c8bb5f2eba94af5aecd2d02554 (patch) | |
tree | a4c8ca6924e68b84dab15ac13d97b7b372ccc836 /tools/aapt/Main.h | |
parent | d40c93f61ca5b3f2351b8db716f67b58f1625e85 (diff) | |
parent | 03589cc65355220e0a4a0c816189a9fa25cc81fc (diff) |
Merge "Add generation of dependency file for .ap_ package"
Diffstat (limited to 'tools/aapt/Main.h')
-rw-r--r-- | tools/aapt/Main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt/Main.h b/tools/aapt/Main.h index 1df114430fd3..9674c5daa21f 100644 --- a/tools/aapt/Main.h +++ b/tools/aapt/Main.h @@ -46,5 +46,6 @@ 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); +status_t writeDependencyPreReqs(Bundle* bundle, const sp<AaptAssets>& assets, + FILE* fp, bool includeRaw); #endif // __MAIN_H |