aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-10-05 14:35:14 -0700
committerChih-Hung Hsieh <chh@google.com>2016-10-05 14:35:14 -0700
commit0f2a8a9b749849ebda41581b14df8fc6b55df859 (patch)
tree8380b907bb6ce079de580e8f4a053cb2e4127f60
parentb6bcc3c0dbbd932ce003081bde88acfed25cbe85 (diff)
downloadopencv3-0f2a8a9b749849ebda41581b14df8fc6b55df859.tar.gz
Disable clang-analyzer-* checks.android-n-mr1-preview-2android-n-mr1-preview-1
Clang-tidy's analyzer checks have segmentation fault. Bug: 31559947 Test: make with WITH_TIDY=1 and WITH_TIDY_CHECKS=* Change-Id: Ia2e65dab1bf71f15357cd976852a64a0d88f4ad5
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 382c092..99c2b71 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,6 +2,9 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+# b/31559947, Some files caused clang-analyzer-* checks to segmentation fault.
+LOCAL_TIDY_CHECKS := -clang-analyzer-*
+
LOCAL_NDK_STL_VARIANT := gnustl_static
LOCAL_SDK_VERSION := 21