Merge "Revert workaround of clang-tidy segmentation fault."
am: 243ab9cc7e
Change-Id: I5019b04384e22b37e809e4c10215bac7f646070f
This commit is contained in:
commit
b547153143
|
@ -20,7 +20,6 @@ cc_defaults {
|
|||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
tidy_checks: ["-misc-forwarding-reference-overload"],
|
||||
cppflags: [
|
||||
"-DLOG_UEVENTS=0",
|
||||
"-Wall",
|
||||
|
|
|
@ -40,8 +40,6 @@ init_cflags += \
|
|||
# --
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
# b/38002385, work around clang-tidy segmentation fault.
|
||||
LOCAL_TIDY_CHECKS := -misc-forwarding-reference-overload
|
||||
LOCAL_CPPFLAGS := $(init_cflags)
|
||||
LOCAL_SRC_FILES:= \
|
||||
bootchart.cpp \
|
||||
|
|
Loading…
Reference in New Issue