ANDROID: Protect port files with our define
get rid of -DANDROID and -DANDROID_BACKEND
This commit is contained in:
parent
29d1df94db
commit
8de5edde95
6 changed files with 10 additions and 6 deletions
|
@ -23,14 +23,14 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
|
||||
#include "backends/base-backend.h"
|
||||
#include "base/main.h"
|
||||
#include "graphics/surface.h"
|
||||
|
||||
#include "backends/platform/android/video.h"
|
||||
|
||||
#if defined(ANDROID_BACKEND)
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue