shithub: aubio

ref: 4da6f2020cda055de3b6e1199e1ebb5011a72a25
dir: /doc/android.rst/

View raw version
.. _android:

Building aubio for Android
--------------------------

To compile aubio for android, you will need to get the `Android Native
Development Toolkit (NDK) <https://developer.android.com/ndk/>`_, prepare a
standalone toolchain, and tell waf to use the NDK toolchain. An example script
to complete these tasks is available in ``scripts/build_android``.