summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-12 12:15:33 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-03-12 12:15:33 +0100
commitba9d2420699507c6d32b12272151529663c8d2fd (patch)
treecc947883bb2af4f7eedd99ceda2823eef6d36d1e /Makefile
parent126b7778aa2662d078fabe21ad9c7bc6dc456d13 (diff)
parentd63281697056ad22a70a7c663bf09e55cbb5a4e0 (diff)
downloadqtlocation-mapboxgl-ba9d2420699507c6d32b12272151529663c8d2fd.tar.gz
Merge pull request #982 from mapbox/982-android-only-upload-existing-apks
Build $(BUILDTYPE) apk file and only upload those
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ec88ec6c8..e1382a7e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -173,11 +173,11 @@ android-lib: android-lib-$(ANDROID_ABI)
# Builds the selected/default Android library
android: android-lib-$(ANDROID_ABI)
- cd android/java && ./gradlew --parallel-threads=$(JOBS) assembleRelease
+ cd android/java && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
# Builds all android architectures.
android-all: $(ANDROID_ABIS)
- cd android/java && ./gradlew --parallel-threads=$(JOBS) assembleRelease
+ cd android/java && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
# Full build of GL Core for each architecture, build the Android Library, publish to Maven Central
android-deploy: $(ANDROID_ABIS)