mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
go.mobile/bind/java: fix build
I really need to sort out a builder story for end-to-end apps. LGTM=adonovan R=adonovan CC=golang-codereviews https://golang.org/cl/136580043
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
"sync"
|
||||
"unsafe"
|
||||
|
||||
"code.google.com/p/go.mobile/app"
|
||||
"code.google.com/p/go.mobile/bind/seq"
|
||||
)
|
||||
|
||||
@@ -71,7 +72,7 @@ func init() {
|
||||
|
||||
func init() {
|
||||
app.JavaInit = func(javaVM uintptr) {
|
||||
C.init_seq(javaVM)
|
||||
C.init_seq(unsafe.Pointer(javaVM))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user