Commit ebffd24
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. Drop "../3rdparty/tvm-ffi/src/ffi/extra/testing.cc" entirely. The tvm-ffi
testing translation unit is test-only and not needed by the android runtime
amalgamation; removing it rather than following the path rename.
3. Update sort.cc and random.cc paths to src/runtime/extra/contrib/ following
the src/runtime/extra/ reorganization in this series.1 parent 467cf05 commit ebffd24
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
0 commit comments