summaryrefslogtreecommitdiff
path: root/tools/incident_report
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-03 20:14:21 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-03 20:23:10 -0700
commitca8dbebe1e539c7b064222958afcebe7ee124d50 (patch)
treecbafd4009b067f2a711673514cb824e24d445f13 /tools/incident_report
parentca8b270063159cc3c1170e9ed9423433aaf45680 (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: If99c75cab6a2bec0c6b38aa17189668b4943478d
Diffstat (limited to 'tools/incident_report')
-rw-r--r--tools/incident_report/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/incident_report/Android.bp b/tools/incident_report/Android.bp
index 6f21605a99a4..ab55dbd81821 100644
--- a/tools/incident_report/Android.bp
+++ b/tools/incident_report/Android.bp
@@ -32,7 +32,4 @@ cc_binary_host {
],
cflags: ["-Wno-unused-parameter"],
-
- // b/34740546, work around clang-tidy segmentation fault.
- tidy_checks: ["-modernize*"],
}