]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add android/arm as a valid GOOS/GOARCH combination
authorBurcu Dogan <jbd@google.com>
Wed, 24 Feb 2016 23:06:03 +0000 (15:06 -0800)
committerBurcu Dogan <jbd@google.com>
Thu, 25 Feb 2016 00:38:16 +0000 (00:38 +0000)
Fixes #14497.

Change-Id: Ibdd55acf9e416873c64f8751c2f65f7ccdb1d500
Reviewed-on: https://go-review.googlesource.com/19914
Reviewed-by: David Crawshaw <crawshaw@golang.org>
doc/install-source.html

index 332c72097ea2b6da86ad1e1664bfbffb911d7931..b8cd8dbcfc611ff2ca1abf460dd886f2c3ac05ca 100644 (file)
@@ -445,6 +445,9 @@ The valid combinations of <code>$GOOS</code> and <code>$GOARCH</code> are:
 <th width="50"></th><th align="left" width="100"><code>$GOOS</code></th> <th align="left" width="100"><code>$GOARCH</code></th>
 </tr>
 <tr>
+<td></td><td><code>android</code></td> <td><code>arm</code></td>
+</tr>
+<tr>
 <td></td><td><code>darwin</code></td> <td><code>386</code></td>
 </tr>
 <tr>