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

Commit b694005d authored by Haibo Huang's avatar Haibo Huang Committed by Automerger Merge Worker
Browse files

Merge "matrices: xmllint --quiet" am: ff7508de am: bb68ce43 am: 3696f885

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1607100

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib3af534ab0261515de897c36f557a52543444f0a
parents c1dfee14 3696f885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ var (
	}, "inputs")

	xmllintXsd = pctx.AndroidStaticRule("xmllint-xsd", blueprint.RuleParams{
		Command:     `$XmlLintCmd --schema $xsd $in > /dev/null && touch -a $out`,
		Command:     `$XmlLintCmd --quiet --schema $xsd $in > /dev/null && touch -a $out`,
		CommandDeps: []string{"$XmlLintCmd"},
		Restat:      true,
	}, "xsd")