From ae18026e30f755b674cb6d6283106ba4f1048829 Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Thu, 17 Aug 2017 08:49:46 +0200 Subject: [android] - add make android-check which wraps checkstyle and lint execution --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47821f9447..88127011cc 100644 --- a/Makefile +++ b/Makefile @@ -610,6 +610,10 @@ run-android-ui-test-spoon: platform/android/configuration.gradle test-code-android: node platform/android/scripts/generate-test-code.js +# Runs checkstyle and lint on the Android code +.PHONY: android-check +android-check : android-checkstyle android-lint-sdk android-lint-test-app + # Runs checkstyle on the Android code .PHONY: android-checkstyle android-checkstyle: platform/android/configuration.gradle -- cgit v1.2.1