Skip to content

Commit

Permalink
[Bugfix] fix android rpc app undefined reference problem (apache#8530)
Browse files Browse the repository at this point in the history
  • Loading branch information
hope51607 authored and ylc committed Sep 29, 2021
1 parent 4920db9 commit c8dda98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/android_rpc/app/src/main/jni/tvm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define TVM_LOG_CUSTOMIZE 1

#include "../src/runtime/c_runtime_api.cc"
#include "../src/runtime/container.cc"
#include "../src/runtime/cpu_device_api.cc"
#include "../src/runtime/dso_library.cc"
#include "../src/runtime/file_utils.cc"
Expand Down

0 comments on commit c8dda98

Please sign in to comment.