summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2016-09-02 14:55:57 +0800
committerMauro Rossi <issor.oruam@gmail.com>2016-11-01 20:42:00 +0100
commitfc2913995ad0086eb000f7194d2a079be238cd65 (patch)
treed166c004ccaf6d309bb9c8830eb46aa29c17928d /Android.mk
parent7bdb0a5b2acc8cff3f67e8d8932ee5f00b7bf136 (diff)
downloadexternal_mesa3d-fc2913995ad0086eb000f7194d2a079be238cd65.zip
external_mesa3d-fc2913995ad0086eb000f7194d2a079be238cd65.tar.gz
external_mesa3d-fc2913995ad0086eb000f7194d2a079be238cd65.tar.bz2
android: disable asm temporarily
It causes 32-bit libglapi.so has text relocations issue. The linker of Android 7.0 refuses to load it so all 32-bit apps can't run. Disable it until we come out a proper solution.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8a62d98..e97307d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,7 +63,7 @@ $(warning invalid GPU drivers: $(invalid_drivers))
MESA_GPU_DRIVERS := $(filter-out $(invalid_drivers), $(MESA_GPU_DRIVERS))
endif
-MESA_ENABLE_ASM := true
+MESA_ENABLE_ASM := false
ifneq ($(filter $(classic_drivers), $(MESA_GPU_DRIVERS)),)
MESA_BUILD_CLASSIC := true