Also remove unneeded mv

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-03-31 04:34:09 +02:00
parent e25c429ce6
commit 11286ac02d
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ install:
- download_extract http://dl.google.com/android/ndk/android-ndk-r9c-linux-x86_64.tar.bz2
android-ndk-r9c-linux-x86_64.tar.bz2
- mv android-ndk-r9c android-ndk
- mv adt-bundle-linux-x86_64-20131030/sdk/ android-sdk
- rm android-ndk-r9c-linux-x86_64.tar.bz2
- export NDK=$(pwd)/android-ndk
- export ANDROID_NDK=$(pwd)/android-ndk