commit | 5a6c7b13fd7140418d9d6258fbb610bd77614983 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Feb 24 17:58:17 2021 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Feb 24 17:58:49 2021 -0800 |
tree | 35608b7960b4d95fdda62368d155b0ac1dd9d1cf | |
parent | 8548f574eec2fd65aa56c5fbbcb01b78dfb07cc9 [diff] [blame] |
matrices: xmllint --quiet Test: mma Fixes: 176574965 Change-Id: I4e70279da199e6875feb21036bbccaee461c9c2e
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")