Upgrade bazel to 4.0.0rc6

This is the upstream rc6 branch with two cherry-picks:

Fix a couple of bugs with Incompatible Target Skipping
https://github.com/bazelbuild/bazel/pull/12560

Add --{no,}autodetect_server_javabase
https://github.com/bazelbuild/bazel/pull/12542

This patch also uses the new --noautodetect_server_javabase flag.

Change-Id: I7a397e4a9f17b942d0f81c7affb829d2de385a30
diff --git a/tools/bazel b/tools/bazel
index 21bb619..a941938 100755
--- a/tools/bazel
+++ b/tools/bazel
@@ -24,7 +24,7 @@
   exec "${BAZEL_OVERRIDE}" "$@"
 fi
 
-readonly VERSION="4.0.0rc2-202012022031+a3c94ec2ed"
+readonly VERSION="4.0.0rc6-202012121845+159e00701d"
 
 readonly DOWNLOAD_DIR="${HOME}/.cache/bazel"
 # Directory to unpack bazel into.  This must change whenever bazel changes.