mirror of
https://github.com/golang/go
synced 2024-11-19 15:44:44 -07:00
a5f8e8f99c
LGTM=minux R=minux CC=golang-codereviews https://golang.org/cl/107640044
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
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
|