You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
+
# License notes
2
+
3
+
This image is forked from https://github.com/moohoorama/android-go-mobile which by itself was forked from https://github.com/OpenPriv/android-go-mobile.
4
+
Thanks for your work which helped a lot :)
5
+
1
6
# Android, Go, and gomobile
2
7
3
-
This image was built for use with Drone CI but can be used with any docker setup you want.
8
+
This image was built for use with generic gombile builds for Android.
4
9
5
10
This image includes:
6
11
12
+
- based on Ubuntu 20.04
7
13
- Android SDK, NDK, tools, and API version 28 at `/usr/local/android-sdk`
8
-
- Go lang 1.10.3 at `/usr/local/go`
14
+
- Go lang 1.15.2 at `/usr/local/go`
9
15
- $GOPATH set to `/workspace/go`
10
16
- A go directory with an initialized gomobile installed at `/go`
11
17
@@ -18,10 +24,8 @@ This image comes with gomobile checkedout and preinitialized (time and space con
18
24
19
25
`cp -as` recreates the directory structure from /go in /workspace/go but for each file, it just creates a symlink. This is the quickest and most efficent way to mirror the work supplied with the image into your workspace.
0 commit comments