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

Commit d8d5f63f authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chih-hung Hsieh
Browse files

Use -Werror in hardware/interfaces/automotive/evs/1.0

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Id72582780b806b27ed126a92ee6af55ca6ac4237
Merged-In: I8b8490b3e828a9a31af8f6f823d9c70e1c11c9c5
parent 6a5daf8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ LOCAL_SHARED_LIBRARIES := \
    liblog \
    libutils \

LOCAL_CFLAGS := -O0 -g
LOCAL_CFLAGS := -O0 -g -Wall -Werror

include $(BUILD_EXECUTABLE)