diff options
Diffstat (limited to 'tools/aapt/Images.h')
-rw-r--r-- | tools/aapt/Images.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/aapt/Images.h b/tools/aapt/Images.h new file mode 100644 index 000000000000..168e22ff8b53 --- /dev/null +++ b/tools/aapt/Images.h @@ -0,0 +1,18 @@ +// +// Copyright 2006 The Android Open Source Project +// +// Build resource files from raw assets. +// + +#ifndef IMAGES_H +#define IMAGES_H + +#include "ResourceTable.h" + +status_t preProcessImage(Bundle* bundle, const sp<AaptAssets>& assets, + const sp<AaptFile>& file, String8* outNewLeafName); + +status_t postProcessImage(const sp<AaptAssets>& assets, + ResourceTable* table, const sp<AaptFile>& file); + +#endif |