* doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
[official-gcc.git] / libgo / go / runtime / os_android.go
blob52c8c86ee85ff27cdd85b91ecb2b1ae4bc3af378
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.
5 package runtime
7 import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic
9 // Export the main function.
11 // Used by the app package to start all-Go Android apps that are
12 // loaded via JNI. See golang.org/x/mobile/app.
14 //go:cgo_export_static main.main
15 //go:cgo_export_dynamic main.main