From c35d81e828b096fea6cbb372ffbe2e6fe812c051 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 19 Jun 2020 11:17:24 +0200 Subject: [PATCH] cmd/gogio: mention that Android builds include jar class files Signed-off-by: Elias Naur --- cmd/gogio/help.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/gogio/help.go b/cmd/gogio/help.go index b9815263..fffcd6f7 100644 --- a/cmd/gogio/help.go +++ b/cmd/gogio/help.go @@ -18,6 +18,9 @@ package. Any run arguments are appended to os.Args at runtime. If the package contains an appicon.png file, it is used as the app icon on supported platforms. +Compiled Java class files from jar files in the package directory are +included in Android builds. + The mandatory -target flag selects the target platform: ios or android for the mobile platforms, tvos for Apple's tvOS, js for WebAssembly/WebGL.