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:
parent
390f7b3813
commit
65e8f02f00
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user