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

Commit e7253252 authored by yawanng's avatar yawanng
Browse files

Revert work around clang-tidy segmentation fault.

Bug: 34740546
Test: build with WITH_TIDY=1 and
WITH_TIDY_CHECKS="*,-readability-*,-google-readability-*,-google-runtime-references"

Change-Id: Ie0885744bdf07d1a66792b61d8a49305162bcd71
parent 9f5812c7
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