diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-08-27 11:45:51 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-08-27 13:54:32 +0200 |
commit | 829f27e57b7167ee3be821c7066f0e5fce2396d9 (patch) | |
tree | 2af03f96046e2db1017de8ee4dc50ce2c6edd115 /Makefile | |
parent | 482dfc501c57c1f1dd78213caf8a861e1bdf7d79 (diff) | |
download | qtlocation-mapboxgl-829f27e57b7167ee3be821c7066f0e5fce2396d9.tar.gz |
[android] reorder android-check make command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -801,7 +801,7 @@ test-code-android: # Runs checkstyle and lint on the java code .PHONY: android-check -android-check : android-checkstyle run-android-nitpick android-lint-sdk android-lint-test-app android-ktlint +android-check : android-ktlint android-checkstyle android-lint-sdk android-lint-test-app run-android-nitpick # Runs checkstyle on the java code .PHONY: android-checkstyle @@ -810,7 +810,7 @@ android-checkstyle: platform/android/gradle/configuration.gradle # Runs checkstyle on the kotlin code .PHONY: android-ktlint -android-ktlint: +android-ktlint: platform/android/gradle/configuration.gradle cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none ktlint # Runs lint on the Android SDK java code |