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
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-01-23 19:16:35 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:03:59 +0300
commit66d91af035b665debf3b5d55453b13c4d2efd695 (patch)
treedc19daa7ed506f29cbb0e56c10e4fbd0f521c225 /tools/autobuild
parentefb53ac0f91c7ffb2254b5d5a0d363a5a723e32c (diff)
[drape] build android with drape
Diffstat (limited to 'tools/autobuild')
-rwxr-xr-xtools/autobuild/android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autobuild/android.sh b/tools/autobuild/android.sh
index b5a61c2157..2da5bb690d 100755
--- a/tools/autobuild/android.sh
+++ b/tools/autobuild/android.sh
@@ -16,7 +16,7 @@ source "$MY_PATH/ndk_helper.sh"
MKSPEC="$MY_PATH/../mkspecs/android-clang"
QMAKE_PARAMS="CONFIG+=${CONFIGURATION}"
-SHADOW_DIR_BASE="$MY_PATH/../../../omim-android"
+SHADOW_DIR_BASE="$MY_PATH/../../../omim-android-drape"
# Try to read ndk root path from android/local.properties file
export NDK_ROOT=$(GetNdkRoot) || ( echo "Can't read NDK root path from android/local.properties"; exit 1 )