From a64e43f4eb2f51b29fe1c9109e34bbe40efc35df Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 11 Mar 2015 10:27:23 -0700 Subject: [PATCH] Apparently not all our toolchains have -fstack-protector-strong yet. Change-Id: Ieaf13c9d402a6f1bc13c393de9aa965a4e7a845d --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 6fd3f57..e208225 100644 --- a/Android.mk +++ b/Android.mk @@ -45,7 +45,7 @@ LOCAL_CFLAGS += \ -Wno-deprecated-declarations \ -fno-asynchronous-unwind-tables \ -fno-strict-aliasing \ - -fstack-protector-strong -fwrapv \ + -fstack-protector -fwrapv \ # ...and CPPFLAGS. LOCAL_CFLAGS += \ -- 2.11.0