commit | c79d4eae757a81270915c2a7cf01c81b8d42785e | [log] [tgz] |
---|---|---|
author | Roshan Pius <[email protected]> | Mon May 02 16:50:38 2016 -0700 |
committer | Roshan Pius <[email protected]> | Mon May 02 23:51:48 2016 +0000 |
tree | 4033d6420a51ebef4957de43101f929440f9cfb2 | |
parent | 2b40555a42585904f1017a6dc9a0b9a014bbcce3 [diff] |
xmlrpcpp: Treat all warnings as errors BUG: 28475384 Change-Id: Ied3df3c48a2ed153ec8090ff0fdc8d774d9e4903
diff --git a/Android.mk b/Android.mk index cb5a73e..a88f2ab 100644 --- a/Android.mk +++ b/Android.mk
@@ -6,7 +6,7 @@ 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)