Remove the arm64 special case.

The stack-protector option is handled by the global makefiles.

Change-Id: I99c4a1624e72ad91ac10eef27c0e3758fe9af8ba
This commit is contained in:
Christopher Ferris 2014-04-18 15:30:15 -07:00
parent 958235bdc1
commit 04fd4389fb
1 changed files with 1 additions and 7 deletions

View File

@ -119,13 +119,7 @@ backtrace_test_cflags := \
-O0 \
-g \
-DGTEST_HAS_STD_STRING \
ifneq ($(TARGET_ARCH),arm64)
backtrace_test_cflags += -fstack-protector-all
else
$(info TODO: $(LOCAL_PATH)/Android.mk -fstack-protector not yet available for the AArch64 toolchain)
common_cflags += -fno-stack-protector
endif # arm64
-fstack-protector-all \
backtrace_test_cflags_target := \
-DGTEST_OS_LINUX_ANDROID \