summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-29 22:19:06 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-29 22:19:06 +0200
commit6e531a35a57887d0b5764f34e16225ffdf0ee8e7 (patch)
tree6a364cecbe16032e353165302344638aa5774c65
parent60eda76d073ad9c0eaef63c6eb31d47e5ca86ff7 (diff)
add android notes
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30e4542..42e6793 100644
--- a/README.md
+++ b/README.md
@@ -40,4 +40,9 @@ is accessible via the obfuscated proxy too.
## Android
-...
+Assuming you have the `android ndk` in place, you can build the bindings for android using `gomobile`:
+
+```
+make build-android
+```
+