summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-09-03 11:52:48 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-04 09:13:33 -0700
commit1aee3c6c521b502b3c37b87ed28a3140f68e87b2 (patch)
tree18726ae661b8256d942764659d6ed57a7184d056 /Makefile
parent264f3d8679fea06df48ae51d03837dde97812f45 (diff)
downloadqtlocation-mapboxgl-1aee3c6c521b502b3c37b87ed28a3140f68e87b2.tar.gz
refs #1956: remove all Android 64-bit ABI's for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 57382d23e7..c69e426dde 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,9 @@ android: android-lib
cd android/java && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
# Builds all android architectures for distribution.
-apackage: android-lib-arm-v5 android-lib-arm-v7 android-lib-arm-v8
-apackage: android-lib-x86 android-lib-x86-64
-apackage: android-lib-mips android-lib-mips-64
+apackage: android-lib-arm-v5 android-lib-arm-v7
+apackage: android-lib-x86
+apackage: android-lib-mips
cd android/java && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
# Builds the Node.js library