1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:10:12 -06:00
go/misc/android
2014-07-09 06:56:49 -04:00
..
go_android_exec.go androidtest.bash, misc/android: build scripts for android 2014-07-09 06:56:49 -04:00
README androidtest.bash, misc/android: build scripts for android 2014-07-09 06:56:49 -04:00

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