summaryrefslogtreecommitdiff
path: root/tools/aapt/ResourceTable.h
diff options
context:
space:
mode:
author Adam Lesinski <adamlesinski@google.com> 2015-01-14 20:22:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-01-14 20:22:30 +0000
commit94e30215f97157500d5f5ca1cec446c7114f54b0 (patch)
treeb1813499c2cb121a606edba0c7f3ff98b3226a6d /tools/aapt/ResourceTable.h
parentb018399a3a2762e95126acbe14397eca15bad772 (diff)
parent28994d8d181c286b39811441ce78399576c2d315 (diff)
Merge "AAPT: Handle all old unversioned attribute usage" into lmp-mr1-dev
Diffstat (limited to 'tools/aapt/ResourceTable.h')
-rw-r--r--tools/aapt/ResourceTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ResourceTable.h b/tools/aapt/ResourceTable.h
index 81590bc961db..eef0ae10e60d 100644
--- a/tools/aapt/ResourceTable.h
+++ b/tools/aapt/ResourceTable.h
@@ -575,7 +575,7 @@ private:
const Item* getItem(uint32_t resID, uint32_t attrID) const;
bool getItemValue(uint32_t resID, uint32_t attrID,
Res_value* outValue);
- bool isAttributeFromL(uint32_t attrId);
+ int getPublicAttributeSdkLevel(uint32_t attrId) const;
String16 mAssetsPackage;