summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-02-11 13:44:07 -0800
committerBrad Leege <bleege@gmail.com>2015-02-11 13:44:07 -0800
commitba058b3affe9d2e7f4a2581bea27f02541a06a3e (patch)
treef7250071067275382cca5a8315e840704736c943 /Makefile
parentf091c204a3b8e600465be60dfbab8643f27e0c4e (diff)
downloadqtlocation-mapboxgl-ba058b3affe9d2e7f4a2581bea27f02541a06a3e.tar.gz
#826 - Adding make command to build GL core, assemble .aar, and publish to Maven Central
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed7c234228..4b4a8ca33c 100644
--- a/Makefile
+++ b/Makefile
@@ -173,6 +173,10 @@ android: android-lib-$(ANDROID_ABI)
android-all: $(ANDROID_ABIS)
cd android/java && ./gradlew --parallel-threads=$(JOBS) build
+# Full build of GL Core for each architecture, build the Android Library, publish to Maven Central
+android-deploy: $(ANDROID_ABIS)
+ cd android/java/MapboxGLAndroidSDK && chmod ugo+x deploy.sh && ./deploy.sh
+
##### Maintenace operations ####################################################