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

This commit is contained in:
Treehugger Robot
2017-11-28 20:01:08 +00:00
committed by Gerrit Code Review

View File

@@ -24,6 +24,6 @@ LOCAL_SHARED_LIBRARIES := \
liblog \
libutils \
LOCAL_CFLAGS := -O0 -g
LOCAL_CFLAGS := -O0 -g -Wall -Werror
include $(BUILD_EXECUTABLE)