summaryrefslogtreecommitdiff
path: root/tools/incident_report
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_report
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_report')
-rw-r--r--tools/incident_report/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/incident_report/Android.mk b/tools/incident_report/Android.mk
index e57a95949e5a..9e56e3d7eeaf 100644
--- a/tools/incident_report/Android.mk
+++ b/tools/incident_report/Android.mk
@@ -34,9 +34,6 @@ LOCAL_SHARED_LIBRARIES := \
libplatformprotos \
libprotobuf-cpp-full
-# b/34740546, work around clang-tidy segmentation fault.
-LOCAL_TIDY_CHECKS := -modernize*
-
LOCAL_C_FLAGS := \
-Wno-unused-parameter
include $(BUILD_HOST_EXECUTABLE)