mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user