diff --git a/xwords4/android/scripts/build_with_lint.sh b/xwords4/android/scripts/build_with_lint.sh new file mode 100755 index 000000000..46fc23078 --- /dev/null +++ b/xwords4/android/scripts/build_with_lint.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# invoke the build process with javac lint features enabled + +ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug