OSDN Git Service

Rename buld tool, and make it build the JNI code as well.
authorJack Palevich <jack.palevich@gmail.com>
Sat, 23 Apr 2011 19:15:23 +0000 (12:15 -0700)
committerJack Palevich <jack.palevich@gmail.com>
Sat, 23 Apr 2011 19:15:23 +0000 (12:15 -0700)
tools/build-release [moved from tools/br with 72% similarity]

similarity index 72%
rename from tools/br
rename to tools/build-release
index f9854d6..ba56f16 100755 (executable)
--- a/tools/br
@@ -5,4 +5,5 @@
 # of Android Terminal Emulator.
 
 cd ~/code/Android-Terminal-Emulator
-ant release && mv bin/Term-release.apk bin/Term.apk
\ No newline at end of file
+cd jni
+~/code/android-ndk-r5b/ndk-build && cd .. && ant release && mv bin/Term-release.apk bin/Term.apk