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

am: 6cb189e322

Change-Id: I65741102dfe0989c82f4244ef4c45954129dd513
This commit is contained in:
Chih-Hung Hsieh
2019-02-04 22:17:39 -08:00
committed by android-build-merger

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,
}