| Index: platform_tools/android/tests/expectations/Android.mk
|
| diff --git a/platform_tools/android/tests/expectations/Android.mk b/platform_tools/android/tests/expectations/Android.mk
|
| index 371979e8b40bbecff876d8c08b9ab602a5f6467d..c7ac190422275954f2ec0fa1ec493e9fbf7c4edf 100644
|
| --- a/platform_tools/android/tests/expectations/Android.mk
|
| +++ b/platform_tools/android/tests/expectations/Android.mk
|
| @@ -42,14 +42,6 @@ ifneq ($(strip $(TARGET_FDO_CFLAGS)),)
|
| endif
|
|
|
| LOCAL_ARM_MODE := thumb
|
| -ifeq ($(TARGET_ARCH),arm)
|
| - ifeq ($(ARCH_ARM_HAVE_VFP),true)
|
| - LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE
|
| - endif
|
| -else
|
| - LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE
|
| -endif
|
| -
|
| # used for testing
|
| #LOCAL_CFLAGS += -g -O0
|
|
|
|
|