matrices: xmllint --quiet

Test: mma
Fixes: 176574965
Change-Id: I4e70279da199e6875feb21036bbccaee461c9c2e
This commit is contained in:
Yifan Hong
2021-02-24 17:58:17 -08:00
parent 8548f574ee
commit 5a6c7b13fd

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