OSDN Git Service

add mk files and source code
authorKazuki Sakamoto <sakamoto@splhack.org>
Sun, 18 Jan 2009 13:30:57 +0000 (22:30 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Sun, 18 Jan 2009 13:30:57 +0000 (22:30 +0900)
commit9bbf4de44f2a1382879124d1aeeb27a679649a84
treeb0df7d11a14c60cfdd164bd32ef243c90e774865
parent4ab41a64f85f4fbeaa818c8519f7f4d401565497
add mk files and source code

Ruby for Android library,
 command, jni library and pseudo irb application.
appirb/Android.mk [new file with mode: 0644]
appirb/AndroidManifest.xml [new file with mode: 0644]
appirb/res/layout/main.xml [new file with mode: 0644]
appirb/src/org/splhack/android/irbapp/IRB.java [new file with mode: 0644]
appirb/src/org/splhack/android/irbapp/LibRuby.java [new file with mode: 0644]
jni/Android.mk [new file with mode: 0644]
jni/libruby_jni.cpp [new file with mode: 0644]
lib/Android.mk [new file with mode: 0644]
lib/command/Android.mk [new file with mode: 0644]