• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/AndroidTerm


Commit MetaInfo

Revisione1f6e9eabbaa67c8d6d11f5241e516567bc4f3a8 (tree)
Zeit2011-04-24 04:15:23
AutorJack Palevich <jack.palevich@gmai...>
CommiterJack Palevich

Log Message

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

Ändern Zusammenfassung

  • delete: tools/{br => build-release}

Diff

--- a/tools/br
+++ b/tools/build-release
@@ -5,4 +5,5 @@
55 # of Android Terminal Emulator.
66
77 cd ~/code/Android-Terminal-Emulator
8-ant release && mv bin/Term-release.apk bin/Term.apk
\ No newline at end of file
8+cd jni
9+~/code/android-ndk-r5b/ndk-build && cd .. && ant release && mv bin/Term-release.apk bin/Term.apk