Files
sing-box/common/jni/jni_other.go
T

8 lines
74 B
Go

//go:build !android || !cgo
package jni
func VM() uintptr {
return 0
}