X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/dadd9c1fc18bd05c84a357b56e945b5829b3bd95..e67c8dcb7c948a537398473b51f8e187caa675ac:/Images.h diff --git a/Images.h b/Images.h index 168e22f..4816905 100644 --- a/Images.h +++ b/Images.h @@ -8,11 +8,19 @@ #define IMAGES_H #include "ResourceTable.h" +#include "Bundle.h" + +#include +#include + +using android::String8; status_t preProcessImage(Bundle* bundle, const sp& assets, const sp& file, String8* outNewLeafName); +status_t preProcessImageToCache(Bundle* bundle, String8 source, String8 dest); + status_t postProcessImage(const sp& assets, - ResourceTable* table, const sp& file); + ResourceTable* table, const sp& file); #endif