cmd/gogio: Android: include jar files from dependencies

On Android, in addition to adding jar files found in the source
directory of the program being compiled, cmd/gogio also searches
every dependency for jar files to include in the output APK.

Signed-off-by: Greg Pomerantz <gmp.gio@wow.st>
This commit is contained in:
Greg Pomerantz
2019-11-01 12:39:57 -04:00
committed by Elias Naur
parent 4e71f195ab
commit 3cd633ee44
3 changed files with 49 additions and 9 deletions
+1
View File
@@ -12,4 +12,5 @@ require (
github.com/chromedp/chromedp v0.5.1
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e
)