Add NDK r18b

This commit is contained in:
Licaon_Kter 2018-10-22 16:31:57 +00:00 committed by Marcus
parent ff578dae30
commit 210c62f136
4 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@ ndk_paths = {
'r15c': "/home/vagrant/android-ndk/r15c",
'r16b': "/home/vagrant/android-ndk/r16b",
'r17b': "/home/vagrant/android-ndk/r17b",
'r18b': "/home/vagrant/android-ndk/r18b",
}
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-amd64",

View file

@ -14,7 +14,7 @@ if [ ! -e $NDK_BASE/r10e ]; then
mv android-ndk-r10e r10e
fi
for version in r11c r12b r13b r14b r15c r16b r17b; do
for version in r11c r12b r13b r14b r15c r16b r17b r18b; do
if [ ! -e ${NDK_BASE}/${version} ]; then
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null
mv android-ndk-${version} ${version}