Merge "matrices: xmllint --quiet" am: ff7508dee5 am: bb68ce436d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If86ced3bf8a2828e2c42371b03e0b1fee6ea5c2c
This commit is contained in:
Haibo Huang
2021-02-25 22:09:36 +00:00
committed by Automerger Merge Worker

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