Merge "Merge "Temporarily disable clang-tidy for dex_builder.cc." am: 171dfad60c am: e6d84ae4c9 am: 6cb189e322"

This commit is contained in:
Android Build Merger (Role)
2019-02-05 06:18:06 +00:00
committed by Android (Google) 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,
}