diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 33f3213847f3..cb840cf950da 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"], |