X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/a534180cd5d99f3e0ce8bb19c14f57074ffb102a..4fb118dd3c88c3d67ce24ba9b0a6432f1f7a8f97:/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