Merge "Apparently not all our toolchains have -fstack-protector-strong yet."
diff --git a/Android.mk b/Android.mk
index 6fd3f57..e208225 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,7 +45,7 @@
     -Wno-deprecated-declarations \
     -fno-asynchronous-unwind-tables \
     -fno-strict-aliasing \
-    -fstack-protector-strong -fwrapv \
+    -fstack-protector -fwrapv \
 
 # ...and CPPFLAGS.
 LOCAL_CFLAGS += \