Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic committed May 14, 2016
1 parent 473ef55 commit 03c32d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion buildAPK.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
set -ev
#set -ev
#set -v

# Move to jni
#mv ../Cataclysm-DDA/ ../jni
Expand Down
4 changes: 2 additions & 2 deletions sysDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -ev

# Get Android NDK
if [[ ! -e ~/android-ndk-root/ndk-build ]]; then
wget dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip -O ~/ndk.zip
unzip ~/ndk.zip -d ~ 1>/dev/null
wget dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip -O ~/ndk.zip &&
unzip ~/ndk.zip -d ~ 1>/dev/null &&
mv ~/android-ndk-r11c ~/android-ndk-root;
fi

0 comments on commit 03c32d1

Please sign in to comment.