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

Commit aaffe7ba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert work around clang-tidy segmentation fault."

parents ff21a5e4 e7253252
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
@@ -34,9 +34,6 @@ LOCAL_SHARED_LIBRARIES := \
    libplatformprotos \
    libprotobuf-cpp-full

# b/34740546, work around clang-tidy segmentation fault.
LOCAL_TIDY_CHECKS := -modernize*

LOCAL_C_FLAGS := \
    -Wno-unused-parameter
include $(BUILD_HOST_EXECUTABLE)
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE := incident-section-gen
# b/34740546, work around clang-tidy segmentation fault.
LOCAL_TIDY_CHECKS := -modernize*
LOCAL_CFLAGS += -g -O0
LOCAL_C_INCLUDES := \
    external/protobuf/src