X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/072955603b0377ecc22fecdfcae6acbde773c0c5..928e1c7e0707fec94dc84be5419f0c0108d6d5b0:/Main.h diff --git a/Main.h b/Main.h index 9674c5d..d20c601 100644 --- a/Main.h +++ b/Main.h @@ -14,12 +14,21 @@ #include "AaptAssets.h" #include "ZipFile.h" + +/* Benchmarking Flag */ +//#define BENCHMARK 1 + +#if BENCHMARK + #include +#endif /* BENCHMARK */ + extern int doVersion(Bundle* bundle); extern int doList(Bundle* bundle); extern int doDump(Bundle* bundle); extern int doAdd(Bundle* bundle); extern int doRemove(Bundle* bundle); extern int doPackage(Bundle* bundle); +extern int doCrunch(Bundle* bundle); extern int calcPercent(long uncompressedLen, long compressedLen); @@ -27,6 +36,8 @@ extern android::status_t writeAPK(Bundle* bundle, const sp& assets, const android::String8& outputFile); +extern android::status_t updatePreProcessedCache(Bundle* bundle); + extern android::status_t buildResources(Bundle* bundle, const sp& assets);