github.com/cyrilou242/gomobile-java@v0.0.0-20220215185836-09daef25a210/cmd/gomobile/tools.go (about)

     1  // This file includes the tools the gomobile depends on.
     2  
     3  //go:build tools
     4  // +build tools
     5  
     6  package main
     7  
     8  import (
     9  	_ "github.com/cyrilou242/gomobile-java/cmd/gobind"
    10  )