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