Skip to content

Commit 2538b87

Browse files
authored
[Android] Fix header after recent tvm runtime refactor (#3185)
This PR fixes `tvm_runtime.h` for android, which removes the include of a removed file, and inserts the include of a new source file. This fixes the broken android app build flow.
1 parent ab946b8 commit 2538b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/mlc4j/src/cpp/tvm_runtime.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#include <runtime/opencl/opencl_device_api.cc>
2121
#include <runtime/opencl/opencl_module.cc>
2222
#include <runtime/opencl/opencl_wrapper/opencl_wrapper.cc>
23-
#include <runtime/opencl/texture_pool.cc>
2423
#include <runtime/profiling.cc>
2524
#include <runtime/registry.cc>
25+
#include <runtime/relax_vm/attn_backend.cc>
2626
#include <runtime/relax_vm/builtin.cc>
2727
#include <runtime/relax_vm/bytecode.cc>
2828
#include <runtime/relax_vm/executable.cc>

0 commit comments

Comments
 (0)