diff options
| author | 2017-10-04 06:38:31 +0000 | |
|---|---|---|
| committer | 2017-10-04 06:38:31 +0000 | |
| commit | e640a8284d6612a2d26d98f3bcc2b20011e81763 (patch) | |
| tree | c9498978221e9524b13870cab024c5b29764947f | |
| parent | 7bebf1546009b896bac7145fbecadefc9cce5d3d (diff) | |
| parent | a47e513464a473b135236df41a88acbf1ce460e4 (diff) | |
Merge "Revert work around clang-tidy segmentation fault."
am: a47e513464
Change-Id: Ie04d0d16a05c35a865776571f95078e63bc1bf47
| -rw-r--r-- | Android.bp | 2 | ||||
| -rw-r--r-- | tools/incident_report/Android.bp | 3 | ||||
| -rw-r--r-- | tools/incident_section_gen/Android.bp | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp index 023bc538a260..02e4785a1227 100644 --- a/Android.bp +++ b/Android.bp @@ -16,8 +16,6 @@ cc_library { name: "libplatformprotos", host_supported: true, - // b/34740546, work around clang-tidy segmentation fault. - tidy_checks: ["-modernize*"], proto: { export_proto_headers: true, include_dirs: ["external/protobuf/src"], 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*"], } diff --git a/tools/incident_section_gen/Android.bp b/tools/incident_section_gen/Android.bp index 7f8151f196ae..1756e06c66fa 100644 --- a/tools/incident_section_gen/Android.bp +++ b/tools/incident_section_gen/Android.bp @@ -19,8 +19,6 @@ // ========================================================== cc_binary_host { name: "incident-section-gen", - // b/34740546, work around clang-tidy segmentation fault. - tidy_checks: ["-modernize*"], cflags: [ "-g", "-O0", |