把 ndk-build 产出的可执行文件放到这里, 命名必须为 GT.sh
   D:\项目yuanma\工艺雷达项目\新核心\libs\arm64-v8a\GT.sh
   ->
   D:\项目yuanma\工艺雷达项目\新核心\启动器\app\src\main\assets\GT.sh

启动器会在首次运行 / 文件 MD5 不匹配时:
   1) 把 assets/GT.sh 写入 /data/local/tmp/GT.sh
   2) chmod 755
   3) 以 su -c 拉起, 参数: --driver=4|5|6 [--no-clean] --card=XXX
      (--driver=N 也可写成老开关 --purec, 等价于 --driver=4)

注意:
- aapt 不再压缩 .sh 后缀 (见 app/build.gradle.kts noCompress)
- 体积大可加 LOCAL_LDFLAGS -Wl,--strip-all 后再拷
