aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 1b2af73803..3f7a27d4f6 100755
--- a/compile.sh
+++ b/compile.sh
@@ -161,6 +161,11 @@ fi
if [ $DO_TESTS ]; then
new_step "Running tests"
display "."
+
+ if grep -sq '^ *actual = "//:dummy"' WORKSPACE; then
+ display "$WARNING Android SDK or NDK are not set in the WORKSPACE file. Android tests will not be run."
+ fi
+
[ -n "$JAVAC_VERSION" ] || get_java_version
if [[ ! "${BAZEL_TEST_FILTERS-}" =~ "-jdk8" ]] \
&& [ "8" -gt ${JAVAC_VERSION#*.} ]; then