Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-07-24 14:34:38 +0300
committerMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-07-24 14:34:38 +0300
commit027ad80c33e08f2300aab2e40c3ef04c3f1a988e (patch)
treecdcda5ce17da6aa5a6bcdf59de78362d233398d4 /docs
parentad8f616734121ef07e26b6460203958446ec908b (diff)
delete ndk-bundle
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 6ad999f1b6..e334edc2f0 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -137,7 +137,7 @@ easy to type.
to SDK and NDK. Or specify these in command line:
--sdk /Users/$(whoami)/Library/Android/sdk \
- --ndk /Users/$(whoami)/Library/Android/sdk/ndk-bundle
+ --ndk /Users/$(whoami)/Library/Android/ndk
* Go to `omim/android` and run `./gradlew clean assembleWebRelease`.
* There are `Release`, `Beta` and `Debug` builds.