mirror of
https://github.com/golang/go
synced 2024-11-11 19:51:37 -07:00
220a6de47e
This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/134570043 |
||
---|---|---|
.. | ||
go_android_exec.go | ||
README |
Android ======= For details on developing Go for Android, see the documentation in the go.mobile subrepository: https://code.google.com/p/go/source/browse/README?repo=mobile To run the standard library tests, see androidtest.bash. Run it as CC_FOR_TARGET=.../ndk-gcc GOARCH=arm GOARM=7 ./androidtest.bash