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