From 9db3d07b9620b4269ab33f78604a36327e536ce1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 12 Nov 2009 18:45:53 -0800 Subject: eclair snapshot --- tools/aapt/Main.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tools/aapt/Main.h') diff --git a/tools/aapt/Main.h b/tools/aapt/Main.h index 65c0a8a91dee..3ba4f39062f8 100644 --- a/tools/aapt/Main.h +++ b/tools/aapt/Main.h @@ -6,10 +6,13 @@ #ifndef __MAIN_H #define __MAIN_H -#include +#include +#include +#include +#include #include "Bundle.h" #include "AaptAssets.h" -#include +#include "ZipFile.h" extern int doVersion(Bundle* bundle); extern int doList(Bundle* bundle); @@ -30,6 +33,8 @@ extern android::status_t buildResources(Bundle* bundle, extern android::status_t writeResourceSymbols(Bundle* bundle, const sp& assets, const String8& pkgName, bool includePrivate); +extern android::status_t writeProguardFile(Bundle* bundle, const sp& assets); + extern bool isValidResourceType(const String8& type); ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp& assets); @@ -38,4 +43,7 @@ extern status_t filterResources(Bundle* bundle, const sp& assets); int dumpResources(Bundle* bundle); +String8 getAttribute(const ResXMLTree& tree, const char* ns, + const char* attr, String8* outError); + #endif // __MAIN_H -- cgit v1.2.3-59-g8ed1b