aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/shared/OpenglOsUtils/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/shared/OpenglOsUtils/Android.mk')
-rw-r--r--emulator/opengl/shared/OpenglOsUtils/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulator/opengl/shared/OpenglOsUtils/Android.mk b/emulator/opengl/shared/OpenglOsUtils/Android.mk
index 566fd10..a3dd3c2 100644
--- a/emulator/opengl/shared/OpenglOsUtils/Android.mk
+++ b/emulator/opengl/shared/OpenglOsUtils/Android.mk
@@ -42,6 +42,7 @@ ifdef EMUGL_BUILD_64BITS
$(call emugl-export,C_INCLUDES,$(host_common_INCLUDES))
LOCAL_SRC_FILES = $(host_common_SRC_FILES)
$(call emugl-export,LDLIBS,$(host_common_LDLIBS))
+ $(call emugl-import,lib64emugl_common)
$(call emugl-export,CFLAGS,-m64 -fPIC)
$(call emugl-end-module)
-endif \ No newline at end of file
+endif