diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-09-17 17:52:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-09-17 17:52:13 +0000 |
commit | e0f44eb6e772e9a5c5d21c14c758f06295f6413b (patch) | |
tree | 065c6d5ec067accaea5857a6e65321ac329adcf6 /tools/aapt2/Resource.h | |
parent | bf6a120aaaef4b9589db75278961ddcd8846fc57 (diff) | |
parent | 701a7fe39d30509a9a6bc4e612fe93166a5cdbd3 (diff) |
Merge "Ignore resources from unknown types"
Diffstat (limited to 'tools/aapt2/Resource.h')
-rw-r--r-- | tools/aapt2/Resource.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index c49c370bcc44..4e051a37f3ed 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h @@ -66,11 +66,6 @@ enum class ResourceType { kStyle, kStyleable, kTransition, - - // Not a parsed type. It is only used when loading resource tables that may have modified type - // names - kUnknown, - kXml, }; |