Rename buld tool, and make it build the JNI code as well.

This commit is contained in:
Jack Palevich 2011-04-23 12:15:23 -07:00
parent b8695660d3
commit e1f6e9eabb

View File

@ -5,4 +5,5 @@
# of Android Terminal Emulator.
cd ~/code/Android-Terminal-Emulator
ant release && mv bin/Term-release.apk bin/Term.apk
cd jni
~/code/android-ndk-r5b/ndk-build && cd .. && ant release && mv bin/Term-release.apk bin/Term.apk