commit | bb68ce436dd71baab35aa37881f2394a207d6784 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Thu Feb 25 21:21:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 25 21:21:39 2021 +0000 |
tree | 18d7389925d103b1fa50ec6d511460f3b2b440e6 | |
parent | dcebe413e6ee44a0c2c21e97429e8e0cc4bc2dbc [diff] | |
parent | ff7508dee5928dc25397c1f393e4139d1b4d3cf4 [diff] |
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
diff --git a/compatibility_matrices/build/vintf_compatibility_matrix.go b/compatibility_matrices/build/vintf_compatibility_matrix.go index 2772ba3..f1bd0ae 100644 --- a/compatibility_matrices/build/vintf_compatibility_matrix.go +++ b/compatibility_matrices/build/vintf_compatibility_matrix.go
@@ -41,7 +41,7 @@ }, "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")