github.com/hbdrawn/golang@v0.0.0-20141214014649-6b835209aba2/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"
     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