Merge "Use -fstack-protector-strong in ndk-build."
diff --git a/build/core/default-build-commands.mk b/build/core/default-build-commands.mk
index 7d37b4e..f0ce68e 100644
--- a/build/core/default-build-commands.mk
+++ b/build/core/default-build-commands.mk
@@ -132,8 +132,9 @@
 
 GLOBAL_CFLAGS = \
     -target $(LLVM_TRIPLE)$(TARGET_PLATFORM_LEVEL) \
-    -ffunction-sections \
     -fdata-sections \
+    -ffunction-sections \
+    -fstack-protector-strong \
     -funwind-tables \
     -no-canonical-prefixes \