diff options
Diffstat (limited to 'emulator/opengl/host/libs/GLESv1_dec')
-rw-r--r-- | emulator/opengl/host/libs/GLESv1_dec/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/opengl/host/libs/GLESv1_dec/Android.mk b/emulator/opengl/host/libs/GLESv1_dec/Android.mk index 811a2bb..7ab3f0a 100644 --- a/emulator/opengl/host/libs/GLESv1_dec/Android.mk +++ b/emulator/opengl/host/libs/GLESv1_dec/Android.mk @@ -25,7 +25,7 @@ $(call emugl-end-module) ### host library, 64-bit #################################### ifdef EMUGL_BUILD_64BITS - $(call emugl-begin-host-static-library,lib64GLESv1_dec) + $(call emugl-begin-host64-static-library,lib64GLESv1_dec) $(call emugl-import, lib64OpenglCodecCommon lib64OpenglOsUtils) $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) |