summaryrefslogtreecommitdiff
path: root/startop/view_compiler
diff options
context:
space:
mode:
Diffstat (limited to 'startop/view_compiler')
-rw-r--r--startop/view_compiler/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp
index f5b4308a1b50..37caeb2044ff 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,
}