diff --git a/magefile.go b/magefile.go index eb6127e..22ccbef 100644 --- a/magefile.go +++ b/magefile.go @@ -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", )