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

Commit ff7508de authored by Haibo Huang's avatar Haibo Huang Committed by Gerrit Code Review
Browse files

Merge "matrices: xmllint --quiet"

parents 8bfd260e 5a6c7b13
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")