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

Commit 8500c095 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 02804915 d8d5f63f
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)