Fixes for NDK r5e new 64-bit toolchain

This commit is contained in:
pelya
2013-03-22 14:26:39 +02:00
parent 68271a596a
commit 5065c1ae8e
3 changed files with 13 additions and 8 deletions

View File

@@ -50,9 +50,9 @@ LOCAL_STATIC_LIBRARIES := $(filter $(APP_AVAILABLE_STATIC_LIBS), $(COMPILED_LIBR
APP_STL := gnustl_static
LOCAL_STATIC_LIBRARIES += gnustl_static
#LOCAL_STATIC_LIBRARIES += gnustl_static
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz # -lgnustl_static
LOCAL_LDFLAGS := -Lobj/local/armeabi