diff options
Diffstat (limited to 'emulator/opengl/host/libs/Translator/GLES_CM/Android.mk')
-rw-r--r-- | emulator/opengl/host/libs/Translator/GLES_CM/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk b/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk index b126902..c5e7e6d 100644 --- a/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk +++ b/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk @@ -19,7 +19,7 @@ $(call emugl-end-module) ### GLES_CM host implementation, 64-bit ######################## ifdef EMUGL_BUILD_64BITS - $(call emugl-begin-host-shared-library,lib64GLES_CM_translator) + $(call emugl-begin-host64-shared-library,lib64GLES_CM_translator) $(call emugl-import,lib64GLcommon) |