github.com/reiver/go@v0.0.0-20150109200633-1d0c7792f172/src/runtime/os_android_arm.go (about) 1 // 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 5 package runtime 6 7 import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic 8 9 // Export the runtime entry point symbol. 10 // 11 // Used by the app package to start the Go runtime after loading 12 // a shared library via JNI. See golang.org/x/mobile/app. 13 14 //go:cgo_export_static _rt0_arm_linux1 15 //go:cgo_export_dynamic _rt0_arm_linux1