Home
last modified time | relevance | path

Searched refs:GOPATH (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/
DREADME.md19 - Create a directory (e.g. `$HOME/lib/go`) for local go sources and binaries and add it to `$GOPATH
20 - `$ git clone https://android.googlesource.com/platform/tools/gpu $GOPATH/src/android.googlesource…
22 - You should now have `$GOPATH/bin/apic`. You might want to add `$GOPATH/bin` to your `$PATH`.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dtests.sh119 export GOPATH="$HOME/gocode"
120 mkdir -p "$GOPATH/src/github.com/google"
121 rm -f "$GOPATH/src/github.com/google/protobuf"
122 ln -s "`pwd`" "$GOPATH/src/github.com/google/protobuf"
123 export PATH="$GOPATH/bin:$PATH"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt40 ($GOPATH/bin must be in your $PATH for protoc to find it):