summaryrefslogtreecommitdiff
path: root/Android.common.mk
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-06-20 10:27:28 -0700
committerEric Anholt <eric@anholt.net>2019-07-01 11:14:10 -0700
commit20294dceebc23236e33b22578245f7e6f41b6997 (patch)
tree8789bcc99e0bb1af73d6194af248e4eae015287c /Android.common.mk
parent52a39a332fec1e5a8d686558b9a71e42bcfcbb0f (diff)
downloadmesa-20294dceebc23236e33b22578245f7e6f41b6997.tar.gz
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.common.mk b/Android.common.mk
index 327f13f5a38..825b60381d0 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -103,12 +103,9 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo true),true)
LOCAL_CFLAGS += -DHAVE_SYS_SHM_H
endif
-ifeq ($(strip $(MESA_ENABLE_ASM)),true)
ifeq ($(TARGET_ARCH),x86)
LOCAL_CFLAGS += \
-DUSE_X86_ASM
-
-endif
endif
ifeq ($(ARCH_ARM_HAVE_NEON),true)
LOCAL_CFLAGS_arm += -DUSE_ARM_ASM