summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-02-04 21:36:52 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-04 21:36:52 -0800
commit6cb189e322d19ab54f8c0a72dc80cb1ff3e26aba (patch)
tree8c2e66366c231f70d82b55a42f8421743c12ec34
parent4b983b7aa6fc41189b8d238ec215900731d78603 (diff)
parente6d84ae4c9d7019cc2d07ef49cd3f2635bdd683f (diff)
Merge "Temporarily disable clang-tidy for dex_builder.cc." am: 171dfad60c
am: e6d84ae4c9 Change-Id: I13efd650ad82f46e7c060558809109b72de17047
-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,
}