summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Images.h
blob: 168e22ff8b53a041f3d6706195a81fa1188f3c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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