Merge "matrices: xmllint --quiet" am: ff7508dee5
am: bb68ce436d
am: 3696f88543
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1607100 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib3af534ab0261515de897c36f557a52543444f0a
This commit is contained in:
commit
b694005d35
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue