Merge "Revert workaround of clang-tidy segmentation fault."
This commit is contained in:
commit
243ab9cc7e
2 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ cc_defaults {
|
||||||
sanitize: {
|
sanitize: {
|
||||||
misc_undefined: ["integer"],
|
misc_undefined: ["integer"],
|
||||||
},
|
},
|
||||||
tidy_checks: ["-misc-forwarding-reference-overload"],
|
|
||||||
cppflags: [
|
cppflags: [
|
||||||
"-DLOG_UEVENTS=0",
|
"-DLOG_UEVENTS=0",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,6 @@ init_cflags += \
|
||||||
# --
|
# --
|
||||||
|
|
||||||
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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue