Skip to content

Conan build requirement to cross build to Android with the Android NDK

License

Notifications You must be signed in to change notification settings

wagcampbell/conan-android-ndk

 
 

Repository files navigation

conan-android-ndk

Build requirement to cross build to Android.

Setup

Create a profile for cross building and including this package:

android_profile

include(default)

[settings]
os=Android
os.api_level=21
compiler=clang
compiler.version=7.0
arch=armv7

[build_requires]
android-ndk/r18@theodelrieu/testing

Go to your project and cross-build your dependency tree with this toolchain:

conan install . --profile android_profile --build missing

About

Conan build requirement to cross build to Android with the Android NDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • CMake 6.6%
  • Shell 6.3%
  • C++ 0.1%