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
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user