From 2dfb7b549fdac11426a54fe07656f2799db4e976 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 26 Aug 2011 18:16:53 +0200 Subject: [PATCH] emulator: opengl: fix the build Change-Id: Ia20d15b63a059ed5d86c9087b827bdfa32c41c86 --- tools/emulator/opengl/system/gralloc/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emulator/opengl/system/gralloc/Android.mk b/tools/emulator/opengl/system/gralloc/Android.mk index 810f8120a..870560253 100644 --- a/tools/emulator/opengl/system/gralloc/Android.mk +++ b/tools/emulator/opengl/system/gralloc/Android.mk @@ -12,7 +12,7 @@ LOCAL_SRC_FILES := gralloc.cpp # Need to access the special OPENGL TLS Slot LOCAL_C_INCLUDES += bionic/libc/private - +LOCAL_SHARED_LIBRARIES += libdl $(call emugl-end-module)