Temporary hack to avoid stack protector crashes.

It'll take me a while to refactor things cleanly, but if we just want
something that boots for testing...

Bug: http://b/26276517
Change-Id: I24729d3dc546e36e0eff383f0d1d05c3aa1f2e0b
diff --git a/libc/Android.mk b/libc/Android.mk
index 83e1fb5..d5a57c3 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -616,6 +616,7 @@
 libc_common_cflags := \
     -D_LIBC=1 \
     -Wall -Wextra -Wunused \
+    -fno-stack-protector \
 
 use_clang := $(USE_CLANG_PLATFORM_BUILD)