Merge "Work around clang-tidy segmentation fault."
This commit is contained in:
commit
d761dd747e
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ include $(BUILD_HOST_NATIVE_TEST)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
# b/38002385, work around clang-tidy segmentation fault.
|
||||||
|
LOCAL_TIDY_CHECKS := -misc-forwarding-reference-overload
|
||||||
LOCAL_CPPFLAGS := $(init_cflags)
|
LOCAL_CPPFLAGS := $(init_cflags)
|
||||||
LOCAL_SRC_FILES:= \
|
LOCAL_SRC_FILES:= \
|
||||||
action.cpp \
|
action.cpp \
|
||||||
|
|
@ -82,6 +84,8 @@ LOCAL_CLANG := true
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
# b/38002385, work around clang-tidy segmentation fault.
|
||||||
|
LOCAL_TIDY_CHECKS := -misc-forwarding-reference-overload
|
||||||
LOCAL_CPPFLAGS := $(init_cflags)
|
LOCAL_CPPFLAGS := $(init_cflags)
|
||||||
LOCAL_SRC_FILES:= \
|
LOCAL_SRC_FILES:= \
|
||||||
bootchart.cpp \
|
bootchart.cpp \
|
||||||
|
|
@ -139,6 +143,8 @@ include $(BUILD_EXECUTABLE)
|
||||||
# Unit tests.
|
# Unit tests.
|
||||||
# =========================================================
|
# =========================================================
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
# b/38002385, work around clang-tidy segmentation fault.
|
||||||
|
LOCAL_TIDY_CHECKS := -misc-forwarding-reference-overload
|
||||||
LOCAL_MODULE := init_tests
|
LOCAL_MODULE := init_tests
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
devices_test.cpp \
|
devices_test.cpp \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue