Loading tools/aapt2/link/ReferenceLinker.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ Maybe<xml::AaptAttribute> ReferenceLinker::compileXmlAttribute(const Reference& std::string* outError) { const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols); if (!symbol) { if (outError) *outError = "not found"; return {}; } Loading Loading
tools/aapt2/link/ReferenceLinker.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ Maybe<xml::AaptAttribute> ReferenceLinker::compileXmlAttribute(const Reference& std::string* outError) { const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols); if (!symbol) { if (outError) *outError = "not found"; return {}; } Loading