Merge "Revert work around clang-tidy segmentation fault." am: a47e513464

am: e640a8284d

Change-Id: Ia52f1419e49016748e5651b192ef2eba19008d8d
This commit is contained in:
Chih-hung Hsieh
2017-10-04 06:47:41 +00:00
committed by android-build-merger
3 changed files with 0 additions and 7 deletions

View File

@@ -16,8 +16,6 @@
cc_library { cc_library {
name: "libplatformprotos", name: "libplatformprotos",
host_supported: true, host_supported: true,
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
proto: { proto: {
export_proto_headers: true, export_proto_headers: true,
include_dirs: ["external/protobuf/src"], include_dirs: ["external/protobuf/src"],

View File

@@ -32,7 +32,4 @@ cc_binary_host {
], ],
cflags: ["-Wno-unused-parameter"], cflags: ["-Wno-unused-parameter"],
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
} }

View File

@@ -19,8 +19,6 @@
// ========================================================== // ==========================================================
cc_binary_host { cc_binary_host {
name: "incident-section-gen", name: "incident-section-gen",
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
cflags: [ cflags: [
"-g", "-g",
"-O0", "-O0",