aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/os_android_arm.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/runtime/os_android_arm.go b/src/runtime/os_android_arm.go
index be7c3c000b..52c8c86ee8 100644
--- a/src/runtime/os_android_arm.go
+++ b/src/runtime/os_android_arm.go
@@ -6,10 +6,10 @@ package runtime
import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic
-// Export the runtime entry point symbol.
+// Export the main function.
//
-// Used by the app package to start the Go runtime after loading
-// a shared library via JNI. See golang.org/x/mobile/app.
+// Used by the app package to start all-Go Android apps that are
+// loaded via JNI. See golang.org/x/mobile/app.
-//go:cgo_export_static _rt0_arm_linux1
-//go:cgo_export_dynamic _rt0_arm_linux1
+//go:cgo_export_static main.main
+//go:cgo_export_dynamic main.main