1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/misc/android
Hyang-Ah Hana Kim d5d4e82fb2 misc/android: choose the right subdirectory for bin under GOPATH.
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>
2015-01-16 22:02:52 +00:00
..
go_android_exec.go misc/android: choose the right subdirectory for bin under GOPATH. 2015-01-16 22:02:52 +00:00
README misc/android: choose the right subdirectory for bin under GOPATH. 2015-01-16 22:02:52 +00:00

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