summaryrefslogtreecommitdiff
path: root/misc/android/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/android/README')
-rw-r--r--misc/android/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/android/README b/misc/android/README
new file mode 100644
index 000000000..5f24fafc7
--- /dev/null
+++ b/misc/android/README
@@ -0,0 +1,11 @@
+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