Mesa (master): android: enable dlopen() on all architectures

Emil Velikov evelikov at kemper.freedesktop.org
Sun May 1 11:32:09 UTC 2016


Module: Mesa
Branch: master
Commit: ea4c1afd050fbfab4bd4d3d79cf7784e0fd0825f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea4c1afd050fbfab4bd4d3d79cf7784e0fd0825f

Author: WuZhen <wuzhen at jidemail.com>
Date:   Thu Apr 28 15:34:58 2016 +0800

android: enable dlopen() on all architectures

Cc: "11.2 11.1" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 Android.common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Android.common.mk b/Android.common.mk
index 610b213..4f02fc7 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -54,6 +54,7 @@ LOCAL_CFLAGS += \
 	-DHAVE___BUILTIN_CLZLL \
 	-DHAVE___BUILTIN_UNREACHABLE \
 	-DHAVE_PTHREAD=1 \
+	-DHAVE_DLOPEN \
 	-fvisibility=hidden \
 	-Wno-sign-compare
 
@@ -65,7 +66,6 @@ ifeq ($(strip $(MESA_ENABLE_ASM)),true)
 ifeq ($(TARGET_ARCH),x86)
 LOCAL_CFLAGS += \
 	-DUSE_X86_ASM \
-	-DHAVE_DLOPEN \
 
 endif
 endif




More information about the mesa-commit mailing list