2
0
mirror of synced 2025-02-24 07:18:15 +00:00

cmd/gomobile: update doc to mention android/arm64

Change-Id: I7c0a8df3fcdd2a16d4acb096264ef6f19c5f8482
Reviewed-on: https://go-review.googlesource.com/20715
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Hyang-Ah Hana Kim 2016-03-15 12:20:10 -04:00
parent 390f7b3813
commit 65e8f02f00
2 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@ default) or ios.
For -target android, if an AndroidManifest.xml is defined in the
package directory, it is added to the APK output. Otherwise, a default
manifest is generated. By default, this builds a fat APK for all supported
instruction sets (arm, 386, amd64). A subset of instruction sets can be
selected by specifying target type with the architecture name. E.g.
instruction sets (arm, 386, amd64, arm64). A subset of instruction sets can
be selected by specifying target type with the architecture name. E.g.
-target=android/arm,android/386.
For -target ios, gomobile must be run on an OS X machine with Xcode

View File

@ -83,8 +83,8 @@ default) or ios.
For -target android, if an AndroidManifest.xml is defined in the
package directory, it is added to the APK output. Otherwise, a default
manifest is generated. By default, this builds a fat APK for all supported
instruction sets (arm, 386, amd64). A subset of instruction sets can be
selected by specifying target type with the architecture name. E.g.
instruction sets (arm, 386, amd64, arm64). A subset of instruction sets can
be selected by specifying target type with the architecture name. E.g.
-target=android/arm,android/386.
For -target ios, gomobile must be run on an OS X machine with Xcode