summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-01-26 12:57:47 +0100
committerGitHub <noreply@github.com>2017-01-26 12:57:47 +0100
commitfb759e949fc6381b92eb2149cbea1db3e282de4b (patch)
treee92cf4ab68091e9198cc5e6e9b2755c612a7871d
parente81cbc3a669f81db017a493a036efc6831d91f79 (diff)
downloadqtlocation-mapboxgl-fb759e949fc6381b92eb2149cbea1db3e282de4b.tar.gz
[android] - add make target for javadoc (#7868)
-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