diff options
author | 2017-03-21 03:53:43 +0000 | |
---|---|---|
committer | 2017-03-21 03:53:43 +0000 | |
commit | 8c2df71739808d6f1aec4277fb47c191e7031164 (patch) | |
tree | fcd72bd33919422f7c4810c2f71731f76d238806 /tools/aapt/ResourceTable.h | |
parent | c7614e5d1e8f9139cccf6ab9b78dda16b98f7656 (diff) |
Revert "AAPT: Version <adaptive-icon> to v26"
Bug: 36462965
Bug: 35908647
This reverts commit c7614e5d1e8f9139cccf6ab9b78dda16b98f7656.
Change-Id: I25279e7c53823dad0703c7e2ea8ff91bdbc1a0f2
Diffstat (limited to 'tools/aapt/ResourceTable.h')
-rw-r--r-- | tools/aapt/ResourceTable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/aapt/ResourceTable.h b/tools/aapt/ResourceTable.h index aff22d4d1364..cf1e992ec330 100644 --- a/tools/aapt/ResourceTable.h +++ b/tools/aapt/ResourceTable.h @@ -203,9 +203,6 @@ public: size_t numLocalResources() const; bool hasResources() const; - bool versionForCompat(const Bundle* bundle, const String16& resourceName, - const sp<AaptFile>& file, const sp<XMLNode>& root); - status_t modifyForCompat(const Bundle* bundle); status_t modifyForCompat(const Bundle* bundle, const String16& resourceName, @@ -434,10 +431,6 @@ public: mEntries.add(config, entry); } - void removeEntry(const ResTable_config& config) { - mEntries.removeItem(config); - } - const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; } private: const String16 mName; |