From 65e8f02f00b6bd2bc1d5dff9b6be1ec96ed4a360 Mon Sep 17 00:00:00 2001 From: Hyang-Ah Hana Kim Date: Tue, 15 Mar 2016 12:20:10 -0400 Subject: [PATCH] cmd/gomobile: update doc to mention android/arm64 Change-Id: I7c0a8df3fcdd2a16d4acb096264ef6f19c5f8482 Reviewed-on: https://go-review.googlesource.com/20715 Reviewed-by: David Crawshaw --- cmd/gomobile/build.go | 4 ++-- cmd/gomobile/doc.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/gomobile/build.go b/cmd/gomobile/build.go index 5718a43..9584ea5 100644 --- a/cmd/gomobile/build.go +++ b/cmd/gomobile/build.go @@ -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 diff --git a/cmd/gomobile/doc.go b/cmd/gomobile/doc.go index 8d0a866..70a7121 100644 --- a/cmd/gomobile/doc.go +++ b/cmd/gomobile/doc.go @@ -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