]>
git.saurik.com Git - android/aapt.git/blob - Images.h
2 // Copyright 2006 The Android Open Source Project
4 // Build resource files from raw assets.
10 #include "ResourceTable.h"
12 status_t
preProcessImage(Bundle
* bundle
, const sp
<AaptAssets
>& assets
,
13 const sp
<AaptFile
>& file
, String8
* outNewLeafName
);
15 status_t
postProcessImage(const sp
<AaptAssets
>& assets
,
16 ResourceTable
* table
, const sp
<AaptFile
>& file
);