Search code examples
android-ndkbaresip

How to build submodule in android NDK


I have build HelloWorld example successfully in NDK.

I want to build the libraries re-0.4.2, rim and baresip.

Project structure shown in image

enter image description here

How to build above lib?

thanks in advance.


Solution

  • I have created a project that shows how to cross-compile Baresip for Android. You can find it here on Github:

    https://github.com/alfredh/baresip-android