Skip to content

x/mobile/cmd/gomobile: gomobile bind doesn't recognize android build tag #24856

Closed
@hajimehoshi

Description

@hajimehoshi

What version of Go are you using (go version)?

go version go1.10 darwin/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/hajimehoshi/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/hajimehoshi/go"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/7t/qw3np69559591s1v0mk5_p1m0000gn/T/go-build866316470=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

$ cat $GOPATH/src/github.com/hajimehoshi/gomobilebindtest/test.go 
// +build android

package gomobilebindtest

func Foo() {}

$ gomobile bind github.com/hajimehoshi/gomobilebindtest

What did you expect to see?

Success to build

What did you see instead?

gomobile: /Users/hajimehoshi/go/bin/gobind -lang=go,java -outdir=/var/folders/7t/qw3np69559591s1v0mk5_p1m0000gn/T/gomobile-work-857454256 github.com/hajimehoshi/gomobilebindtest failed: exit status 1
2018/04/14 15:24:03 package "github.com/hajimehoshi/gomobilebindtest": no buildable Go source files in /Users/hajimehoshi/go/src/github.com/hajimehoshi/gomobilebindtest

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions