summaryrefslogtreecommitdiff
path: root/platform/android/scripts
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-03-08 13:39:50 -0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-06 05:01:48 -0300
commit4b05705194cde9b9434ff579063d067a869320f8 (patch)
tree04af8917448dc79554ae16054b99a60bc7b9f308 /platform/android/scripts
parent10b503eabfb3c0c53b9a4bef8849f2511ae0ac16 (diff)
downloadqtlocation-mapboxgl-4b05705194cde9b9434ff579063d067a869320f8.tar.gz
[android] Do not use libuv
Build using Looper instead, provided by the NDK.
Diffstat (limited to 'platform/android/scripts')
-rw-r--r--platform/android/scripts/configure.sh1
-rw-r--r--platform/android/scripts/defaults.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/scripts/configure.sh b/platform/android/scripts/configure.sh
index 9c33532366..6e87a18dc0 100644
--- a/platform/android/scripts/configure.sh
+++ b/platform/android/scripts/configure.sh
@@ -4,7 +4,6 @@ BOOST_VERSION=1.59.0
LIBPNG_VERSION=1.6.20
LIBJPEG_TURBO_VERSION=1.4.2
SQLITE_VERSION=3.9.1
-LIBUV_VERSION=1.7.5
ZLIB_VERSION=system
NUNICODE_VERSION=1.6
LIBZIP_VERSION=0.11.2
diff --git a/platform/android/scripts/defaults.mk b/platform/android/scripts/defaults.mk
index 78fdd6f380..f70c852ed1 100644
--- a/platform/android/scripts/defaults.mk
+++ b/platform/android/scripts/defaults.mk
@@ -2,7 +2,7 @@ HEADLESS ?= none
PLATFORM ?= android
ASSET ?= zip
HTTP ?= android
-LOOP ?= uv
+LOOP ?= android
GYP_FLAVOR_SUFFIX=-android