Removed SDL2 and created JNI interface (Android Only)

This commit is contained in:
Túlio Henrique
2015-08-16 13:39:27 -03:00
parent 01992aae7e
commit 0deeabbfda
30 changed files with 1285 additions and 1574 deletions

View File

@@ -3,9 +3,4 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libotclient
LOCAL_SRC_FILES := libotclient.so
include $(PREBUILT_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libSDL2
LOCAL_SRC_FILES := libSDL2.so
include $(PREBUILT_SHARED_LIBRARY)

View File

@@ -1,2 +1,2 @@
APP_PLATFORM := android-16
APP_PLATFORM := android-9
APP_ABI := armeabi-v7a