diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2017-01-26 12:57:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 12:57:47 +0100 |
commit | fb759e949fc6381b92eb2149cbea1db3e282de4b (patch) | |
tree | e92cf4ab68091e9198cc5e6e9b2755c612a7871d /Makefile | |
parent | e81cbc3a669f81db017a493a036efc6831d91f79 (diff) | |
download | qtlocation-mapboxgl-fb759e949fc6381b92eb2149cbea1db3e282de4b.tar.gz |
[android] - add make target for javadoc (#7868)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |