mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fixed jni compil
This commit is contained in:
parent
9154626ccc
commit
4ec852cb08
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#endif /* __ANDROID__ */
|
||||
|
||||
static JavaVM *jvm = NULL;
|
||||
static const char* LogDomain = "Linphone";
|
||||
static jmethodID loghandler_id;
|
||||
static jobject handler_obj=NULL;
|
||||
|
||||
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *ajvm, void *reserved) {
|
||||
#ifdef __ANDROID__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue