fix(ci): pass -checklinkname=0 to gomobile bind for Go 1.25 compatibility

This commit is contained in:
zarazaex69
2026-04-13 12:46:01 +03:00
parent 1c36033a1a
commit 0afe9dca0c

View File

@@ -115,6 +115,7 @@ func Mobile() error {
return sh.RunV("gomobile", "bind",
"-target=android",
"-androidapi", "21",
"-ldflags", "-s -w -checklinkname=0",
"-o", filepath.Join(buildDir, "olcrtc.aar"),
"./mobile",
)