summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Malinskiy <anton.malinskiy@agoda.com>2016-01-07 18:14:08 +0700
committerAnton Malinskiy <anton.malinskiy@agoda.com>2016-01-07 18:32:17 +0700
commita6a3b8a80a94ae8e5bdfea1ecb33ee0ecfa8dd0c (patch)
tree72435e5c88be786dbef79b4af3e2eab5220060b6 /Makefile
parent42b13c69fe16c67f8b635b9e7017cd8f8d0ce18e (diff)
downloadqtlocation-mapboxgl-a6a3b8a80a94ae8e5bdfea1ecb33ee0ecfa8dd0c.tar.gz
[android] Fixed x86_64 crash on startup: no implementation previously for cache's get/bind by chrono's seconds for x86_64. Explicitly cast to int64_t
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 115ecc9aea..a9c6666eca 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ android: android-lib
# Builds all android architectures for distribution.
apackage: android-lib-arm-v5 android-lib-arm-v7
-apackage: android-lib-x86
+apackage: android-lib-x86 android-lib-x86-64
apackage: android-lib-mips
cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)