Commit bd10264
committed
[REFACTOR][APP] android_rpc: fix stale tvm-ffi and minrpc include paths
Two pre-existing stale includes in apps/android_rpc/app/src/main/jni/tvm_runtime.h:
1. Drop the include of "../src/runtime/minrpc/minrpc_logger.cc". This file
has not existed in the tree for some time; the include was silently broken.
2. Rewrite "../3rdparty/tvm-ffi/src/ffi/extra/testing.cc" to
"../3rdparty/tvm-ffi/src/ffi/testing/testing.cc". The tvm-ffi tree moved
testing.cc from ffi/extra/ to ffi/testing/ and the android amalgamation
was not updated to follow. Confirmed via find: the file lives at
3rdparty/tvm-ffi/src/ffi/testing/testing.cc.1 parent e28767b commit bd10264
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
0 commit comments