summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-12-18 12:46:20 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-01-15 14:21:26 +0100
commitd617b87b4de99b2dc31102032d29a6cabd2fe7eb (patch)
tree8995e5665d549fc2c76e1752758b0469c1968c16 /Makefile
parente6e07a68094bb753da3714fdeb22d84760193d33 (diff)
downloadqtlocation-mapboxgl-d617b87b4de99b2dc31102032d29a6cabd2fe7eb.tar.gz
[android] mapbox-gestures-android vendor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ccedf026e..5d4508bb71 100644
--- a/Makefile
+++ b/Makefile
@@ -719,7 +719,7 @@ android-check : android-checkstyle android-lint-sdk android-lint-test-app
# Runs checkstyle on the Android code
.PHONY: android-checkstyle
android-checkstyle: platform/android/gradle/configuration.gradle
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none checkstyle
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:checkstyle :MapboxGLAndroidSDKTestApp:checkstyle
# Runs lint on the Android SDK code
.PHONY: android-lint-sdk
@@ -758,6 +758,11 @@ endif
android-configuration: platform/android/gradle/configuration.gradle
cat platform/android/gradle/configuration.gradle
+# Updates Android's vendor submodules
+.PHONY: android-update-vendor
+android-update-vendor: platform/android/gradle/configuration.gradle
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none updateVendorSubmodules
+
# Creates a dependency graph using Graphviz
.PHONY: android-graph
android-graph: