Star574
119
代码介绍
代码
Issues37
Pull Requests73
流水线
Actions
项目讨论
Wiki
项目成员117
分析
项目设置
Star574
119
  1. yuanrong
  2. /
  3. api
  4. /
  5. java
  6. /
  7. function-common
  8. /
  9. src
  10. /
  11. main
  12. /
  13. cpp
  14. /
  15. jni_exports.lds
mhsong2mhsong2fix(runtime): isolate native shared-library symbols
e39adb10创建于 8 天前历史提交
{
    global:
        JNI_OnLoad;
        JNI_OnUnload;
        Java_*;
    local:
        *;
};