am 07fa0433: Merge "Remove the arm64 special case."
* commit '07fa043341ad057ea79ca973089609965ba6c4f9': Remove the arm64 special case.
This commit is contained in:
commit
e87dab14ee
1 changed files with 1 additions and 7 deletions
|
|
@ -119,13 +119,7 @@ backtrace_test_cflags := \
|
||||||
-O0 \
|
-O0 \
|
||||||
-g \
|
-g \
|
||||||
-DGTEST_HAS_STD_STRING \
|
-DGTEST_HAS_STD_STRING \
|
||||||
|
-fstack-protector-all \
|
||||||
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
|
|
||||||
|
|
||||||
backtrace_test_cflags_target := \
|
backtrace_test_cflags_target := \
|
||||||
-DGTEST_OS_LINUX_ANDROID \
|
-DGTEST_OS_LINUX_ANDROID \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue