Integrate android support library into our cmake build
Just meant for integration testing. Built library is not meant to be installed or shipped. This has to happen as part of the Android build.
This commit is contained in:
parent
b422ed54da
commit
b5b06d9beb
6 changed files with 1363 additions and 0 deletions
|
|
@ -20,7 +20,11 @@
|
|||
|
||||
#define LOG_TAG "AnboxSupport"
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <utils/Log.h>
|
||||
#else
|
||||
#define ALOGI(...)
|
||||
#endif
|
||||
|
||||
extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
||||
ALOGI("Successfully loaded Anbox support library");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue