github.com/zach-klippenstein/go@v0.0.0-20150108044943-fcfbeb3adf58/misc/android/README (about) 1 Android 2 ======= 3 4 For details on developing Go for Android, see the documentation in the 5 go.mobile subrepository: 6 7 https://code.google.com/p/go/source/browse/README?repo=mobile 8 9 To run the standard library tests, see androidtest.bash. Run it as 10 11 CC_FOR_TARGET=.../ndk-gcc GOARCH=arm GOARM=7 ./androidtest.bash