Update private build tool to support NDK r6b

This commit is contained in:
Jack Palevich 2011-09-18 10:09:24 -07:00
parent 5238daec51
commit 3a738cdb91

View File

@ -7,4 +7,4 @@
cd ~/code/Android-Terminal-Emulator
rm -rf bin obj
cd jni
~/code/android-ndk-r5b/ndk-build && cd .. && ant release && mv bin/Term-release.apk bin/Term.apk
~/code/android-ndk-r6b/ndk-build && cd .. && ant release && mv bin/Term-release.apk bin/Term.apk