android-go/examples/jni/os_other.go

8 lines
54 B
Go

// +build !android
package main
func callJni() {
}