commit | 3696f8854325a3f93a263806b7a21600d57ddd01 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Thu Feb 25 22:09:36 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 25 22:09:36 2021 +0000 |
tree | a45258339acf9f21dba857e4e907646398e2148e | |
parent | 89f3a1baca4c915ab1da895f5da3a49cf84bdf80 [diff] | |
parent | bb68ce436dd71baab35aa37881f2394a207d6784 [diff] |
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
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")