diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index f5b4308a1b505..37caeb2044ffb 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -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, }