add ndk r19

This commit is contained in:
Marcus Hoffmann 2019-01-19 23:51:46 +01:00
parent 4effc74c2b
commit eee2cb03cf
4 changed files with 5 additions and 1 deletions

View file

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