Export arm64 lib and load ,then failed

Hi, I use the latest TVM source code to export arm library.
I export armv7 lib successfully and load on phone successfully.
but for armv8 lib, I export successfully but failed when load.

I do not think my config of TVM_NDK_CC is wrong. becuase I can export and load armv8
lib successfully on 2 mounths ago’s TVM source code.

Anyone meet the same problem?