mirror of
https://github.com/golang/go
synced 2024-11-05 22:46:12 -07:00
d5d4e82fb2
This change includes the cleanup of temporary files created during the binary execution as well. Change-Id: Ic01a0a537d1daafcaa3acda1ec344aff5dcddfc2 Reviewed-on: https://go-review.googlesource.com/2903 Reviewed-by: David Crawshaw <crawshaw@golang.org>
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
Android
|
|
=======
|
|
|
|
For details on developing Go for Android, see the documentation in the
|
|
mobile subrepository:
|
|
|
|
https://github.com/golang/mobile
|
|
|
|
To run the standard library tests, see androidtest.bash. Run it as
|
|
|
|
CC_FOR_TARGET=.../ndk-gcc GOARCH=arm GOARM=7 ./androidtest.bash
|