examples: gomobilebuild build tag is no longer needed

This commit is contained in:
Hajime Hoshi 2018-04-30 19:43:29 +09:00
parent a355d701ad
commit 1d70ee7988

View File

@ -19,5 +19,5 @@ and access `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples`.
Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first.
```sh
gomobile install -tags="gomobilebuild example" github.com/hajimehoshi/ebiten/examples/rotate
gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate
```