xwords/xwords4/android/scripts/build_with_lint.sh

5 lines
146 B
Bash
Executable file

#!/bin/sh
# invoke the build process with javac lint features enabled
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug