commit | 4109028a67c6192ca7b69da2a9a493d4d6f2dbbf | [log] [tgz] |
---|---|---|
author | Srdjan Petrovic <spetrovic@google.com> | Mon May 12 12:01:47 2014 -0700 |
committer | Srdjan Petrovic <spetrovic@google.com> | Mon May 12 12:01:47 2014 -0700 |
tree | 5a47c45497333a6f5a0b25a006d0e4546c2dbaf8 | |
parent | 2795314650c5124b46d33f711676283a9175bbf6 [diff] |
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