diff options
author | 2024-09-17 12:45:26 -0700 | |
---|---|---|
committer | 2024-09-25 15:27:06 -0700 | |
commit | e08e0379cc742c8b698fd020e565b7a6973d9264 (patch) | |
tree | 98a582c1d4be6aed51147e3008da91c972918efe /tools/aapt2/ResourceParser.h | |
parent | 988be5d914334668ad25f8f993ec47442b3de33d (diff) |
Add support for flagging xml and png files
This extends the previous change that added the ability to flag resource
directories so that xml and png files are now supported.
Test: Automated
Bug: 329436914
Flag: EXEMPT Aconfig not supported on host tools
Change-Id: I9f2b6b15ba0078ea33188f1a554377784cff9786
Diffstat (limited to 'tools/aapt2/ResourceParser.h')
-rw-r--r-- | tools/aapt2/ResourceParser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/aapt2/ResourceParser.h b/tools/aapt2/ResourceParser.h index 4ad334c94518..90690d522ef2 100644 --- a/tools/aapt2/ResourceParser.h +++ b/tools/aapt2/ResourceParser.h @@ -90,8 +90,6 @@ class ResourceParser { private: DISALLOW_COPY_AND_ASSIGN(ResourceParser); - std::optional<FeatureFlagAttribute> GetFlag(xml::XmlPullParser* parser); - std::optional<FlattenedXmlSubTree> CreateFlattenSubTree(xml::XmlPullParser* parser); // Parses the XML subtree as a StyleString (flattened XML representation for strings with |