Android cmake build fixed to work with the official android gradle plugin

This commit is contained in:
Olli Kallioinen
2017-06-04 21:25:57 +03:00
parent dc8a22cd9c
commit 11289b766f
2 changed files with 35 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
/*
SDL_android_main.c, placed in the public domain by Sam Lantinga 3/13/14
*/
#include "../../SDL_internal.h"
#include "SDL_config.h"
#include "SDL.h"
#ifdef __ANDROID__