Fixes for Android 1.6 - it still crashes on start

This commit is contained in:
pelya
2010-06-08 16:15:22 +03:00
parent c280a42120
commit 3efc812191
4 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ LOCAL_CPP_EXTENSION := .cpp
LOCAL_SRC_FILES := sdl_main.c
LOCAL_SHARED_LIBRARIES := sdl application
LOCAL_LDLIBS := -llog
LOCAL_LDLIBS := -llog # -Wl,-rpath=$(SDL_SHARED_LIBRARIES_PATH) # -l:$(SDL_SHARED_LIBRARIES_PATH)/libsdl.so -l:$(SDL_SHARED_LIBRARIES_PATH)/libapplication.so
include $(BUILD_SHARED_LIBRARY)