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

Commit e8cfcf20 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

AAPT2: Fix source output when error occurs in style am: 5f7c461b

am: 291be546

* commit '291be546':
  AAPT2: Fix source output when error occurs in style
parents 6472c7fe 291be546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public:
            serializeReferenceToPb(entry.key, pbEntry->mutable_key());

            pb::Item* pbItem = pbEntry->mutable_item();
            serializeItemCommonToPb(*entry.value, pbEntry);
            serializeItemCommonToPb(entry.key, pbEntry);
            PbSerializerVisitor subVisitor(mSourcePool, mSymbolPool, pbItem);
            entry.value->accept(&subVisitor);
        }