Merge "matrices: xmllint --quiet"

This commit is contained in:
Haibo Huang
2021-02-25 20:37:33 +00:00
committed by Gerrit Code Review

View File

@@ -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")