mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
8 lines
74 B
Go
8 lines
74 B
Go
//go:build !android || !cgo
|
|
|
|
package jni
|
|
|
|
func VM() uintptr {
|
|
return 0
|
|
}
|