Merge "Enable -fstack-protector-strong for arm64." am: 03b7effb8d

am: 3a8929bd5a

* commit '3a8929bd5a3d14e3c3a71b26b9fbb01dd544ccb7':
  Enable -fstack-protector-strong for arm64.
This commit is contained in:
Elliott Hughes 2015-12-18 21:47:52 +00:00 committed by android-build-merger
commit ae53640f6b

View file

@ -75,7 +75,7 @@ TARGET_GLOBAL_CFLAGS += \
-fno-strict-aliasing \
TARGET_GLOBAL_CFLAGS += \
-fstack-protector \
-fstack-protector-strong \
-ffunction-sections \
-fdata-sections \
-funwind-tables \