summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-12 10:52:48 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-03-12 10:52:48 +0100
commitfc8fd3af8055c4e0958fc480968dd0e93b052e4d (patch)
tree3b2e00d3913c5ab30be550e411668e7ba0c38f9a /Makefile
parent126b7778aa2662d078fabe21ad9c7bc6dc456d13 (diff)
downloadqtlocation-mapboxgl-fc8fd3af8055c4e0958fc480968dd0e93b052e4d.tar.gz
build the BUILDTYPE with gradle as well
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)