summaryrefslogtreecommitdiff
path: root/misc/android/README
blob: 5f24fafc7c4d7b0488557ddf50c64ad4ebb1b350 (plain)
1
2
3
4
5
6
7
8
9
10
11
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