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

Commit 291be546 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

* commit '5f7c461b':
  AAPT2: Fix source output when error occurs in style
parents adbb5c3c 5f7c461b
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);
        }