Removed libandroid.so from the project, it's not multiarch-friendly

This commit is contained in:
Sergii Pylypenko
2015-08-26 22:20:28 +03:00
parent b4d9db9d72
commit faf86c245a
3 changed files with 0 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android
LOCAL_SRC_FILES := lib$(LOCAL_MODULE).so
include $(PREBUILT_SHARED_LIBRARY)

View File

@@ -1,7 +0,0 @@
int
SDL_main(int argc, char *argv[])
{
return 0;
}

Binary file not shown.