commit | c2d26ce7452e69b9492cd28b7c0271866798658b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 14 19:17:32 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 14 19:17:33 2013 +0000 |
tree | 47048a5d5610b0c5d3b6976a8cd9262dfef00066 | |
parent | fe33fc790a16d85ce4109a4575d6fdcd88d42023 [diff] | |
parent | dc5ec07158079b39f758ed41eca5b937e52c3729 [diff] |
Merge "Turn on -Werror for ssp.cpp."
diff --git a/libc/Android.mk b/libc/Android.mk index 4130e25..f78cf2c 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -726,7 +726,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := bionic/ssp.cpp -LOCAL_CFLAGS := $(libc_common_cflags) -fno-stack-protector +LOCAL_CFLAGS := $(libc_common_cflags) -fno-stack-protector -Werror LOCAL_C_INCLUDES := $(libc_common_c_includes) LOCAL_MODULE := libbionic_ssp LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk