aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorylecollen <ylecollen@amdocs.com>2016-12-20 10:42:06 +0100
committerylecollen <ylecollen@amdocs.com>2016-12-20 10:42:06 +0100
commitc553d18a9a7e70b1e08bf5e919243c8c0303890e (patch)
tree536df93aab92798580a4e6a659862fbb4c061a39 /README.rst
parent2fab6f946e2e46b35e050d12729525ceb40b1796 (diff)
Update the readme files.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index be1fb1a..3287dbd 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,12 @@ To build the javascript bindings, install emscripten from http://kripken.github.
.. code:: bash
make js
+
+To build the android project for Android bindings, run:
+
+ .. code:: bash
+ cd java/android/OlmLibSdk/OlmLibSdk
+ ./gradlew clean assembleRelease
Release process
---------------