summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Images.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-09-19 15:10:04 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-09-22 10:51:20 -0700
commite572c011feabf6319ba836cf5bc4c3baa0ba6a85 (patch)
tree14a4e5461bbdcec4fb348663b8144efb28a796e4 /tools/aapt/Images.h
parent82a2dd8efe48d3a4e04655f01329da857ace4b7d (diff)
downloadframeworks_base-e572c011feabf6319ba836cf5bc4c3baa0ba6a85.zip
frameworks_base-e572c011feabf6319ba836cf5bc4c3baa0ba6a85.tar.gz
frameworks_base-e572c011feabf6319ba836cf5bc4c3baa0ba6a85.tar.bz2
AAPT: Continuation of public/private attribute fix
XML files like layouts are now scanned and checked for v21 attributes. If those kinds of attributes are found, then we remove them in the original version and synthesize a new xml file under the v21 configuration. Bug:17520380 Change-Id: Icf984cb96134180a2e35349c1dbf2cef9a8f0bda
Diffstat (limited to 'tools/aapt/Images.h')
-rw-r--r--tools/aapt/Images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Images.h b/tools/aapt/Images.h
index 91b6554..a0a94f8 100644
--- a/tools/aapt/Images.h
+++ b/tools/aapt/Images.h
@@ -20,7 +20,7 @@ status_t preProcessImage(const Bundle* bundle, const sp<AaptAssets>& assets,
status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest);
-status_t postProcessImage(const sp<AaptAssets>& assets,
+status_t postProcessImage(const Bundle* bundle, const sp<AaptAssets>& assets,
ResourceTable* table, const sp<AaptFile>& file);
#endif