summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff05884c97..9ec88ec6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ android-all: $(ANDROID_ABIS)
android-deploy: $(ANDROID_ABIS)
cd android/java/MapboxGLAndroidSDK && chmod ugo+x deploy.sh && ./deploy.sh
+android-project: android-lib
##### Render builds ############################################################