Fixes and improvements

This commit is contained in:
Gerhard Stein
2016-12-03 14:18:33 +01:00
parent 1194788eb9
commit 616a69a5c5
7 changed files with 41 additions and 56 deletions

View File

@@ -36,6 +36,9 @@ case "${NDK_REV}" in
# Zip archive.
pushd "${BASE}/sdk"
unzip "${NDK_ARCHIVE}" || exit 1
#ln -s "/home/gerstrong/apps/android-dev/android-ndk-r${NDK_REV}-$(uname -s | tr '[A-Z]' '[a-z]')-${NDK_ARCH}" android-ndk-r${NDK_REV}-$(uname -s | tr '[A-Z]' '[a-z]')-${NDK_ARCH}
popd
fi
;;