diff options
author | yawanng <yawanng@google.com> | 2017-06-10 21:38:29 -0700 |
---|---|---|
committer | yawanng <yawanng@google.com> | 2017-06-12 09:45:47 -0700 |
commit | e7253252708587ad1d1170bdc1b45b6ef1fcb45f (patch) | |
tree | c95df3a586dc5fe6e2403834794b8933c7daf5b2 /tools/incident_report | |
parent | 9f5812c74c068185ec006e8db0d85957bb70fbf3 (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.mk | 3 |
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) |