8 lines
54 B
Go
8 lines
54 B
Go
|
// +build !android
|
||
|
|
||
|
package main
|
||
|
|
||
|
func callJni() {
|
||
|
}
|
||
|
|