Loading tools/aapt2/format/binary/BinaryResourceParser.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ std::unique_ptr<Value> BinaryResourceParser::ParseMapEntry(const ResourceNameRef const ResTable_map_entry* map) { switch (name.type) { case ResourceType::kStyle: // fallthrough case ResourceType::kConfigVarying: // legacy thing used in tests return ParseStyle(name, config, map); case ResourceType::kAttrPrivate: // fallthrough Loading Loading
tools/aapt2/format/binary/BinaryResourceParser.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ std::unique_ptr<Value> BinaryResourceParser::ParseMapEntry(const ResourceNameRef const ResTable_map_entry* map) { switch (name.type) { case ResourceType::kStyle: // fallthrough case ResourceType::kConfigVarying: // legacy thing used in tests return ParseStyle(name, config, map); case ResourceType::kAttrPrivate: // fallthrough Loading