Merge "Revert workaround of clang-tidy segmentation fault." am: 243ab9cc7e

am: b547153143

Change-Id: I59dea6f8aa2a6558594280efe07314070643642a
This commit is contained in:
Chih-Hung Hsieh 2017-06-15 19:08:30 +00:00 committed by android-build-merger
commit 952005b1df
2 changed files with 0 additions and 3 deletions

View file

@ -20,7 +20,6 @@ cc_defaults {
sanitize: {
misc_undefined: ["integer"],
},
tidy_checks: ["-misc-forwarding-reference-overload"],
cppflags: [
"-DLOG_UEVENTS=0",
"-Wall",

View file

@ -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 \