Merge "Turn on stack protector for mips."

am: 391caae952

* commit '391caae9528a5e7cc77763be6f456bd01325f66e':
  Turn on stack protector for mips.
This commit is contained in:
Elliott Hughes 2015-12-14 23:13:31 +00:00 committed by android-build-merger
commit 0391338750

View file

@ -89,6 +89,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-ffunction-sections \
-fdata-sections \
-funwind-tables \
-fstack-protector-strong \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \