Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5105505e authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

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

am: e640a828

Change-Id: Ia52f1419e49016748e5651b192ef2eba19008d8d
parents e2154883 e640a828
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"],
+0 −3
Original line number Diff line number Diff line
@@ -32,7 +32,4 @@ cc_binary_host {
    ],

    cflags: ["-Wno-unused-parameter"],

    // b/34740546, work around clang-tidy segmentation fault.
    tidy_checks: ["-modernize*"],
}
+0 −2
Original line number Diff line number Diff line
@@ -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",