From c5ecb718ac9615ca2cb0ce331e8588f48cd83665 Mon Sep 17 00:00:00 2001 From: riking Date: Sun, 26 Aug 2018 09:47:05 -0700 Subject: Add Android code style enforcement to lint.sh This requires buildbot changes: the path to the Android Studio installation must be supplied in an environment variable. Modified files are copied out to a temporary directory, Android Studio is asked to format the files, and a git diff is performed. --- Source/Android/code-style-java.xml | 204 +++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 Source/Android/code-style-java.xml (limited to 'Source/Android/code-style-java.xml') diff --git a/Source/Android/code-style-java.xml b/Source/Android/code-style-java.xml new file mode 100644 index 0000000000..f51bcf3281 --- /dev/null +++ b/Source/Android/code-style-java.xml @@ -0,0 +1,204 @@ + + + + \ No newline at end of file -- cgit v1.2.3