diff options
| author | 2011-07-19 10:15:11 -0700 | |
|---|---|---|
| committer | 2011-07-19 10:15:11 -0700 | |
| commit | ba6c98db8f21016f81ecac35bb0ea3c433044bb7 (patch) | |
| tree | 8b085339eafa29cdb40a777319cd942bae6f1b16 /tools/aapt/Main.h | |
| parent | d5431ed5505a42e5e33c8bf7cc2ff72792979be9 (diff) | |
| parent | 82943ecfe2c4266cf3db50326240825fefcaa38f (diff) | |
am 82943ecf: am d40c93f6: Merge "Add dependency generation to Aapt for R.java"
* commit '82943ecfe2c4266cf3db50326240825fefcaa38f':
Add dependency generation to Aapt for R.java
Diffstat (limited to 'tools/aapt/Main.h')
| -rw-r--r-- | tools/aapt/Main.h | 1 |
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 |