Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bad90c38 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Add missing error statement

Change-Id: I955ba6f151d68db02c3dc16d121994fb553dcea8
parent 39df2f25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {};
    }