Skip to content

Commit

Permalink
[Android][RPC] Add missing RPC sources after refactor (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
csullivan authored Jul 28, 2020
1 parent 969a9d9 commit 4d0fa8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/android_rpc/app/src/main/jni/tvm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
#include "../src/runtime/ndarray.cc"
#include "../src/runtime/object.cc"
#include "../src/runtime/registry.cc"
#include "../src/runtime/rpc/rpc_channel.cc"
#include "../src/runtime/rpc/rpc_endpoint.cc"
#include "../src/runtime/rpc/rpc_event_impl.cc"
#include "../src/runtime/rpc/rpc_local_session.cc"
#include "../src/runtime/rpc/rpc_module.cc"
#include "../src/runtime/rpc/rpc_server_env.cc"
#include "../src/runtime/rpc/rpc_session.cc"
Expand Down

0 comments on commit 4d0fa8b

Please sign in to comment.