Merge "Use -Werror in hardware/interfaces/automotive/evs/1.0"
diff --git a/automotive/evs/1.0/default/Android.mk b/automotive/evs/1.0/default/Android.mk
index 0ee7071..28abe6c 100644
--- a/automotive/evs/1.0/default/Android.mk
+++ b/automotive/evs/1.0/default/Android.mk
@@ -24,6 +24,6 @@
     liblog \
     libutils \
 
-LOCAL_CFLAGS := -O0 -g
+LOCAL_CFLAGS := -O0 -g -Wall -Werror
 
 include $(BUILD_EXECUTABLE)