mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "matrices: xmllint --quiet" am: ff7508dee5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1607100 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4b32591f8c03940a09dcfb99a96cdb0996fa8818
This commit is contained in:
@@ -41,7 +41,7 @@ var (
|
|||||||
}, "inputs")
|
}, "inputs")
|
||||||
|
|
||||||
xmllintXsd = pctx.AndroidStaticRule("xmllint-xsd", blueprint.RuleParams{
|
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"},
|
CommandDeps: []string{"$XmlLintCmd"},
|
||||||
Restat: true,
|
Restat: true,
|
||||||
}, "xsd")
|
}, "xsd")
|
||||||
|
|||||||
Reference in New Issue
Block a user