summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-03-11 14:32:23 -0500
committerBrad Leege <bleege@gmail.com>2015-03-11 14:32:23 -0500
commit5f4a2a66c76982c34d200916367eb760425ebbfa (patch)
treed6d2832617ab944285d6b8c12936272f44cb12c0 /Makefile
parent24c7239e35531caa693b174ec8d31c42680b146a (diff)
downloadqtlocation-mapboxgl-5f4a2a66c76982c34d200916367eb760425ebbfa.tar.gz
#978 - Changing `gradle build` to `gradle assembleRelease` for `make android`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e61533a5dc..ff05884c97 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) build
+ cd android/java && ./gradlew --parallel-threads=$(JOBS) assembleRelease
# Builds all android architectures.
android-all: $(ANDROID_ABIS)
- cd android/java && ./gradlew --parallel-threads=$(JOBS) build
+ cd android/java && ./gradlew --parallel-threads=$(JOBS) assembleRelease
# Full build of GL Core for each architecture, build the Android Library, publish to Maven Central
android-deploy: $(ANDROID_ABIS)