TVM build error with NDK-r22

I want to build TVM with NDK-r22(or r23) but here is a problem.

tvm_runtime library was built well, but when I try to make tvm_rpc, I can see below error.

$ make tvm_rpc make: *** No rule to make target `tvm_rpc’. Stop.

I deleted below code in apps/cpp_rpc/CMakeLists.txt but, the error still happen… set_property(TARGET tvm_rpc PROPERTY LINK_FLAGS -fuse-ld=gold)

How do I solve this problem?