veyron/runtimes/google/ipc/jni: rename ipcjni directory to jni

Change-Id: I03fcb406f4348e8dc4654bc902a85ab2cc332645
diff --git a/runtimes/google/ipc/ipcjni/arg_getter.go b/runtimes/google/ipc/jni/arg_getter.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/arg_getter.go
rename to runtimes/google/ipc/jni/arg_getter.go
diff --git a/runtimes/google/ipc/ipcjni/client.go b/runtimes/google/ipc/jni/client.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/client.go
rename to runtimes/google/ipc/jni/client.go
diff --git a/runtimes/google/ipc/ipcjni/dispatcher.go b/runtimes/google/ipc/jni/dispatcher.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/dispatcher.go
rename to runtimes/google/ipc/jni/dispatcher.go
diff --git a/runtimes/google/ipc/ipcjni/dummy.go b/runtimes/google/ipc/jni/dummy.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/dummy.go
rename to runtimes/google/ipc/jni/dummy.go
diff --git a/runtimes/google/ipc/ipcjni/invoker.go b/runtimes/google/ipc/jni/invoker.go
similarity index 99%
rename from runtimes/google/ipc/ipcjni/invoker.go
rename to runtimes/google/ipc/jni/invoker.go
index 5597b02..e23d666 100644
--- a/runtimes/google/ipc/ipcjni/invoker.go
+++ b/runtimes/google/ipc/jni/invoker.go
@@ -7,7 +7,6 @@
 	"fmt"
 	"reflect"
 	"runtime"
-	"unsafe"
 
 	"veyron2/ipc"
 	"veyron2/security"
diff --git a/runtimes/google/ipc/ipcjni/jni.go b/runtimes/google/ipc/jni/jni.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/jni.go
rename to runtimes/google/ipc/jni/jni.go
diff --git a/runtimes/google/ipc/ipcjni/jni_wrapper.c b/runtimes/google/ipc/jni/jni_wrapper.c
similarity index 100%
rename from runtimes/google/ipc/ipcjni/jni_wrapper.c
rename to runtimes/google/ipc/jni/jni_wrapper.c
diff --git a/runtimes/google/ipc/ipcjni/jni_wrapper.h b/runtimes/google/ipc/jni/jni_wrapper.h
similarity index 100%
rename from runtimes/google/ipc/ipcjni/jni_wrapper.h
rename to runtimes/google/ipc/jni/jni_wrapper.h
diff --git a/runtimes/google/ipc/ipcjni/log_android.go b/runtimes/google/ipc/jni/log_android.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/log_android.go
rename to runtimes/google/ipc/jni/log_android.go
diff --git a/runtimes/google/ipc/ipcjni/util.go b/runtimes/google/ipc/jni/util.go
similarity index 100%
rename from runtimes/google/ipc/ipcjni/util.go
rename to runtimes/google/ipc/jni/util.go