diff options
author | Eric Anholt <[email protected]> | 2019-06-20 10:27:28 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-07-01 11:14:10 -0700 |
commit | 20294dceebc23236e33b22578245f7e6f41b6997 (patch) | |
tree | 8789bcc99e0bb1af73d6194af248e4eae015287c /Android.common.mk | |
parent | 52a39a332fec1e5a8d686558b9a71e42bcfcbb0f (diff) |
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 3 |
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 |