Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae214779 authored by Haibo Huang's avatar Haibo Huang Committed by Automerger Merge Worker
Browse files

Merge "matrices: xmllint --quiet" am: ff7508de am: bb68ce43 am: 3696f885 am: b694005d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I215046cf190720275d3c7df26670319236b03e43
parents d6d98250 b694005d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")