Merge "Enable -fstack-protector-strong for arm64."

am: 03b7effb8d

* commit '03b7effb8d018eb248fed9e6856a7b8795cdb907':
  Enable -fstack-protector-strong for arm64.
This commit is contained in:
Elliott Hughes
2015-12-18 13:45:31 -08:00
committed by android-build-merger

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 \