summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-06-13 18:24:38 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-06-14 11:55:13 +0200
commit20969089336b69c915f541f7c45d06b9465f26cd (patch)
tree085efbac2624ddf785e7ad13e303bd4533d6cf3f /Makefile
parent3584ee40f431200ae2ef33dfcff26483aeacf1a1 (diff)
downloadqtlocation-mapboxgl-20969089336b69c915f541f7c45d06b9465f26cd.tar.gz
[android] - added Android licenses make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c616b3a567..4f6864cf4c 100644
--- a/Makefile
+++ b/Makefile
@@ -693,6 +693,12 @@ android-lint-test-app: platform/android/gradle/configuration.gradle
android-javadoc: platform/android/gradle/configuration.gradle
cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:javadocrelease
+# Generates platform/android/LICENSE.md file based on all Android project dependencies
+.PHONY: android-license
+android-license: platform/android/gradle/configuration.gradle
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:licenseReleaseReport
+ python platform/android/scripts/generate-license.py
+
# Symbolicate ndk stack traces for the arm-v7 abi
.PHONY: android-ndk-stack
android-ndk-stack: android-ndk-stack-arm-v7