aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/Translator/GLcommon
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/Translator/GLcommon')
-rw-r--r--emulator/opengl/host/libs/Translator/GLcommon/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/opengl/host/libs/Translator/GLcommon/Android.mk b/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
index 375da8b..b215329 100644
--- a/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
+++ b/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
@@ -48,7 +48,7 @@ $(call emugl-end-module)
### EGL host implementation, 64-bit ################
ifdef EMUGL_BUILD_64BITS
- $(call emugl-begin-host-static-library,lib64GLcommon)
+ $(call emugl-begin-host64-static-library,lib64GLcommon)
$(call emugl-import,lib64OpenglOsUtils)
translator_path := $(LOCAL_PATH)/..