You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the root you will find an Android.mk that can be included as part of an Android NDK build. For instance, in your Android application source tree, you would have a jni folder containing an Android.mk:
LOCAL_PATH := $(call my-dir)
include $(LOCAL_PATH)/libraries/Android.mk`
Where the libraries folder could be a symlink to your checkout of these libraries. Once you run ndk-build, you should end up with a shared library named libmlab.so that you can include in your application.
Note: You may need to also have an Application.mk in your jni folder that contains: