Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e162a73a authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

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

Merge "Revert workaround of clang-tidy segmentation fault." am: 243ab9cc am: b5471531 am: 952005b1
am: f13c54c5

Change-Id: I2f8eb4dbf7835fdea8ef5bf917170d2b19c938a8
parents a2274785 f13c54c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ cc_defaults {
    sanitize: {
        misc_undefined: ["integer"],
    },
    tidy_checks: ["-misc-forwarding-reference-overload"],
    cppflags: [
        "-DLOG_UEVENTS=0",
        "-Wall",
+0 −2
Original line number Diff line number Diff line
@@ -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 \