blob: 7b17d879e864df5b02123b207e9d26001ab832d1 [file] [log] [blame]
David Crawshawa5f8e8f2014-07-09 06:56:49 -04001Android
2=======
3
4For details on developing Go for Android, see the documentation in the
Hyang-Ah Hana Kimd5d4e822015-01-15 16:47:41 -05005mobile subrepository:
David Crawshawa5f8e8f2014-07-09 06:56:49 -04006
Hyang-Ah Hana Kimd5d4e822015-01-15 16:47:41 -05007 https://github.com/golang/mobile
David Crawshawa5f8e8f2014-07-09 06:56:49 -04008
9To run the standard library tests, see androidtest.bash. Run it as
10
11 CC_FOR_TARGET=.../ndk-gcc GOARCH=arm GOARM=7 ./androidtest.bash