From a6a3b8a80a94ae8e5bdfea1ecb33ee0ecfa8dd0c Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Thu, 7 Jan 2016 18:14:08 +0700 Subject: [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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1