mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
Fixed bug #5310: Android, Undefined reference to AAssetManager_fromJava
This commit is contained in:
parent
68dd84f1de
commit
f185711203
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ LOCAL_SRC_FILES := YourSourceHere.c
|
|||
|
||||
LOCAL_SHARED_LIBRARIES := SDL2
|
||||
|
||||
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog
|
||||
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue