Re-add NDK r12b, now fixed.

This commit is contained in:
Daniel Martí 2016-08-02 11:09:32 +02:00
parent bf153ec247
commit 059d216aff
9 changed files with 18 additions and 8 deletions

View file

@ -2,6 +2,7 @@ sdk_path = "/home/vagrant/android-sdk"
ndk_paths = {
'r9b': "/home/vagrant/android-ndk/r9b",
'r10e': "/home/vagrant/android-ndk/r10e",
'r12b': "/home/vagrant/android-ndk/r12b",
}
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-i386",