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 c4e123d645..39e9051e2a 100644
--- a/Makefile
+++ b/Makefile
@@ -624,6 +624,10 @@ android-ndk-stack:
android-checkstyle:
cd platform/android && ./gradlew checkstyle
+.PHONY: android-javadoc
+android-javadoc:
+ cd platform/android && ./gradlew :MapboxGLAndroidSDK:javadocrelease
+
#### Miscellaneous targets #####################################################
.PHONY: style-code