ANDROID: Clean up log code and use Backends::Log
This commit is contained in:
parent
5a496ccb72
commit
4d2684663c
8 changed files with 146 additions and 128 deletions
|
@ -41,6 +41,10 @@
|
|||
|
||||
#include <android/bitmap.h>
|
||||
|
||||
#include "backends/platform/android/android.h"
|
||||
#include "backends/platform/android/jni-android.h"
|
||||
#include "backends/platform/android/asset-archive.h"
|
||||
|
||||
#include "base/main.h"
|
||||
#include "base/version.h"
|
||||
#include "common/config-manager.h"
|
||||
|
@ -49,10 +53,6 @@
|
|||
#include "engines/engine.h"
|
||||
#include "graphics/surface.h"
|
||||
|
||||
#include "backends/platform/android/android.h"
|
||||
#include "backends/platform/android/asset-archive.h"
|
||||
#include "backends/platform/android/jni-android.h"
|
||||
|
||||
__attribute__ ((visibility("default")))
|
||||
jint JNICALL JNI_OnLoad(JavaVM *vm, void *) {
|
||||
return JNI::onLoad(vm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue