mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 07:57:29 +00:00
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:
committed by
Elias Naur
parent
4e71f195ab
commit
3cd633ee44
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user