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:
authorAlex Zolotarev <alex@mapswithme.com>2014-08-25 19:49:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:31 +0300
commit8281854296c6302c709400cd09c8dc4ddf94f975 (patch)
treea8fd1b07d94c4c497a8a3bbb548176c010366d17 /tools/autobuild
parentc8b29bb6fbb2a8378f42410a4c5fb360d7d60e68 (diff)
[android] Switched toolchain to gcc 4.6 to avoid crashes on armeabi 2.1 and 2.2
Diffstat (limited to 'tools/autobuild')
-rw-r--r--tools/autobuild/android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autobuild/android.sh b/tools/autobuild/android.sh
index bc4544490a..5ccb407a71 100644
--- a/tools/autobuild/android.sh
+++ b/tools/autobuild/android.sh
@@ -14,7 +14,7 @@ CONFIGURATION="$1"
source "$MY_PATH/build.sh"
source "$MY_PATH/ndk_helper.sh"
-MKSPEC="$MY_PATH/../mkspecs/android-clang"
+MKSPEC="$MY_PATH/../mkspecs/android-g++"
QMAKE_PARAMS="CONFIG+=${CONFIGURATION}"
SHADOW_DIR_BASE="$MY_PATH/../../../omim-android"