Merge "Temporarily disable clang-tidy for dex_builder.cc."

This commit is contained in:
Treehugger Robot
2019-02-04 20:46:26 +00:00
committed by Gerrit Code Review

View File

@@ -58,6 +58,8 @@ cc_library_static {
"util.cc",
"layout_validation.cc",
],
// b/123880763, clang-tidy analyzer has segmentation fault with dex_builder.cc
tidy_checks: ["-clang-analyzer-*"],
host_supported: true,
}