mirror of https://github.com/encounter/SDL.git
Fixed bug #5310: Android, Undefined reference to AAssetManager_fromJava
This commit is contained in:
parent
68dd84f1de
commit
f185711203
|
@ -13,6 +13,6 @@ LOCAL_SRC_FILES := YourSourceHere.c
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := SDL2
|
LOCAL_SHARED_LIBRARIES := SDL2
|
||||||
|
|
||||||
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog
|
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
Loading…
Reference in New Issue