Fixed bug 3789 - Android : small clean up
Sylvain Since https://hg.libsdl.org/SDL/rev/a8c29f5b679f SDL_android_main.c is empty and then produce a warning nativeInit does not exist and dont need to be mark undefined
This commit is contained in:
parent
5330567c7e
commit
482731c88a
3 changed files with 2 additions and 8 deletions
|
@ -9,8 +9,7 @@ SDL_PATH := ../SDL
|
|||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include
|
||||
|
||||
# Add your application source files here...
|
||||
LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.c \
|
||||
YourSourceHere.c
|
||||
LOCAL_SRC_FILES := YourSourceHere.c
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := SDL2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue