summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-09 22:14:00 +0200
committerParménides GV <parmegv@sdf.org>2014-04-09 22:14:00 +0200
commitf4ebecb9076d5c186fe2a2f64c77b059dfe9d60d (patch)
tree3a0dc6aa0adef60a4e4bee8f24421db2d4fdcf5a /README.md
parent4a8c2f34c3bbac63e0900f86bff53d11b7831151 (diff)
Instructions to build NDK sources.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b949c620..30f143df 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,14 @@ to be installed in your development environment.
In addition you'll need ant/bin, android/tools, 'platforms-tools' and 'android-ndk-r9d' in your enviroment path.
+### Native sources
+
+To build NDK sources, you need to issue these commands:
+
+* cd app
+* ./build-native.sh
+* cd .. (to get back to the project directory)
+
### Command line
* ./gradlew build