blob: 92fb0bd95fcde9a3a09ff781895c2a498b2f6ca3 [file] [log] [blame]
/* Copyright 2015 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
plugins {
id "org.golang.mobile.bind" version "0.2.9"
}
gobind {
/* The Go package path; must be under one of the GOPATH elements or
a relative to the current directory (e.g. ../../hello) */
pkg = "golang.org/x/mobile/example/bind/hello"
/* GOPATH where the Go package is; check `go env` */
// GOPATH = "/YOUR/GOPATH"
/* Absolute path to the go binary */
// GO = "/PATH/TO/GO"
/* Optionally, set the absolute path to the gomobile binary if the
/* gomobile binary is not located in the GOPATH's bin directory. */
// GOMOBILE = "/PATH/TO/GOMOBILE"
}