aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index cb5a73e..a88f2ab 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,7 +6,7 @@ LOCAL_MODULE_HOST_OS := linux
LOCAL_CLANG := true
LOCAL_RTTI_FLAG := -frtti
-LOCAL_CPPFLAGS := -Wall -fexceptions
+LOCAL_CPPFLAGS := -Wall -Werror -fexceptions
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/src
LOCAL_SRC_FILES := $(call all-cpp-files-under,src)