mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
fix(ci): pass -checklinkname=0 to gomobile bind for Go 1.25 compatibility
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user