android-go/examples/jni/os_other.go

9 lines
82 B
Go
Raw Normal View History

2019-10-18 14:40:35 -04:00
// +build !android
package main
func callJni() {
2020-06-11 10:42:43 -04:00
labchan <- "nothing to do"
2019-10-18 14:40:35 -04:00
}