blob: be7c3c000be70affda3b5393511e8c1d0665598e [file] [log] [blame]
David Crawshawc1c8c3c2014-07-07 07:35:39 -04001// Copyright 2014 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Shenghou Mad3526ea2014-11-21 18:15:30 -05005package runtime
6
Shenghou Ma1050c412014-12-23 00:03:40 -05007import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic
David Crawshawc1c8c3c2014-07-07 07:35:39 -04008
9// Export the runtime entry point symbol.
10//
11// Used by the app package to start the Go runtime after loading
Andrew Gerrand7f0be1f2014-11-10 09:15:57 +110012// a shared library via JNI. See golang.org/x/mobile/app.
David Crawshawc1c8c3c2014-07-07 07:35:39 -040013
Shenghou Mad3526ea2014-11-21 18:15:30 -050014//go:cgo_export_static _rt0_arm_linux1
15//go:cgo_export_dynamic _rt0_arm_linux1