Skip to content

Commit

Permalink
[Android][RPC] Add missing RPC sources after refactor (apache#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
csullivan authored and Trevor Morris committed Aug 26, 2020
1 parent efddf03 commit c8a648b
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 c8a648b

Please sign in to comment.