diff options
author | 2015-01-13 13:42:41 -0800 | |
---|---|---|
committer | 2015-01-14 12:02:15 -0800 | |
commit | 28994d8d181c286b39811441ce78399576c2d315 (patch) | |
tree | 2e1d2308c8c49184fc04ad98994f95ed4d462961 /tools/aapt/ResourceTable.h | |
parent | 7ce662ef870df34cd189b4ce9e487e496ba407dd (diff) |
AAPT: Handle all old unversioned attribute usage
All references to attributes defined in pre-LOLLIPOP_MR1 SDK
are moved to version qualified resource entries.
Bug:18221682
Change-Id: Ifd739530ebcf99e6bc7ddb3f10bc5e05f0726e62
Diffstat (limited to 'tools/aapt/ResourceTable.h')
-rw-r--r-- | tools/aapt/ResourceTable.h | 2 |
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; |