[Mesa-dev] [android-x86-devel] [RFC 5/7] android: enable dlopen

Emil Velikov emil.l.velikov at gmail.com
Fri Apr 29 09:39:43 UTC 2016


On 28 April 2016 at 08:34, Chih-Wei Huang <cwhuang at android-x86.org> wrote:
> From: WuZhen <wuzhen at jidemail.com>
>
> NO_REF_TASK
> tested: local run
>
> Change-Id: I7c3c03f844ba6fc7ee3d6817d9ee1e806b92aed7
> Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
> ---
>  Android.common.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Android.common.mk b/Android.common.mk
> index 71046e7..d6bf717 100644
> --- a/Android.common.mk
> +++ b/Android.common.mk
> @@ -55,6 +55,7 @@ LOCAL_CFLAGS += \
>         -DHAVE___BUILTIN_CLZLL \
>         -DHAVE___BUILTIN_UNREACHABLE \
>         -DHAVE_PTHREAD=1 \
> +       -DHAVE_DLOPEN \
>         -DTEXTURE_FLOAT_ENABLED \
>         -fvisibility=hidden \
>         -Wno-sign-compare
> @@ -67,7 +68,6 @@ ifeq ($(strip $(MESA_ENABLE_ASM)),true)
>  ifeq ($(TARGET_ARCH),x86)
>  LOCAL_CFLAGS += \
>         -DUSE_X86_ASM \
> -       -DHAVE_DLOPEN \
>
Since it's already enabled, the short log should read "android: enable
dlopen on all architectures"
I'll amend it and add the stable tag before pushing.

Emil


More information about the mesa-dev mailing list