
bit.recipe.android_ndk
======================

With this package you can add a part like the following to your buildout.

[my_android_ndk]
recipe = bit.recipe.android_ndk
version = r7
ndk = http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2

This will install the android ndk into the folder parts/my_android_ndk within your buildout



