Added Android build script for SDL

Sam Lantinga 2017-12-16 10:40:41 -08:00
parent ab4695f48f
commit 95d8396e9d
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES
LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid
cmd-strip :=
include $(BUILD_SHARED_LIBRARY)
###########################