Merge "Turn on stack protector for mips64."

am: 6725b4b004

* commit '6725b4b004b45cd4cf3ed2ebdb40daf194e0b733':
  Turn on stack protector for mips64.
This commit is contained in:
Elliott Hughes 2015-12-14 23:13:48 +00:00 committed by android-build-merger
commit b96f6bad55
1 changed files with 1 additions and 0 deletions

View File

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