summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 ####################################################