summaryrefslogtreecommitdiff
path: root/tools/incident_section_gen
diff options
context:
space:
mode:
authoryawanng <yawanng@google.com>2017-06-10 21:38:29 -0700
committeryawanng <yawanng@google.com>2017-06-12 09:45:47 -0700
commite7253252708587ad1d1170bdc1b45b6ef1fcb45f (patch)
treec95df3a586dc5fe6e2403834794b8933c7daf5b2 /tools/incident_section_gen
parent9f5812c74c068185ec006e8db0d85957bb70fbf3 (diff)
Revert work around clang-tidy segmentation fault.
Bug: 34740546 Test: build with WITH_TIDY=1 and WITH_TIDY_CHECKS="*,-readability-*,-google-readability-*,-google-runtime-references" Change-Id: Ie0885744bdf07d1a66792b61d8a49305162bcd71
Diffstat (limited to 'tools/incident_section_gen')
-rw-r--r--tools/incident_section_gen/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/incident_section_gen/Android.mk b/tools/incident_section_gen/Android.mk
index 05490266576a..acf3f8327b5c 100644
--- a/tools/incident_section_gen/Android.mk
+++ b/tools/incident_section_gen/Android.mk
@@ -21,8 +21,6 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := incident-section-gen
-# b/34740546, work around clang-tidy segmentation fault.
-LOCAL_TIDY_CHECKS := -modernize*
LOCAL_CFLAGS += -g -O0
LOCAL_C_INCLUDES := \
external/protobuf/src