]> git.saurik.com Git - android/aapt.git/blame - Images.h
Implement issue #3116702: New manifest tags for supported screen sizes DO NOT MERGE
[android/aapt.git] / Images.h
CommitLineData
dadd9c1f
TAOSP
1//
2// Copyright 2006 The Android Open Source Project
3//
4// Build resource files from raw assets.
5//
6
7#ifndef IMAGES_H
8#define IMAGES_H
9
10#include "ResourceTable.h"
11
12status_t preProcessImage(Bundle* bundle, const sp<AaptAssets>& assets,
13 const sp<AaptFile>& file, String8* outNewLeafName);
14
15status_t postProcessImage(const sp<AaptAssets>& assets,
16 ResourceTable* table, const sp<AaptFile>& file);
17
18#endif