Make sample bazelrc standalone

Bug: 70799087
Change-Id: Id9610f5af5902137115d849a3e5634cb647e6a4c
diff --git a/bazelrc/bazel-0.8.0.bazelrc b/bazelrc/bazel-0.8.0.bazelrc
index f8f462e..f4adbe0 100644
--- a/bazelrc/bazel-0.8.0.bazelrc
+++ b/bazelrc/bazel-0.8.0.bazelrc
@@ -21,9 +21,14 @@
 # for a remote machine to execute them.
 build:remote --jobs=50
 
-# Import several flags related to specifying the toolchain and (if applicable)
-# java properties.
-import %workspace%/configs/debian8_clang/0.2.0/toolchain.bazelrc
+# Set several flags related to specifying the toolchain and java properties.
+# These flags are duplicated rather than imported from (for example)
+# %workspace%/configs/debian8_clang/0.2.0/toolchain.bazelrc to make this
+# bazelrc a standalone file that can be copied more easily.
+build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
+build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
+build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.8.0:toolchain
+build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:e79e367aab94c6f18a0b39950fe4f160fda07ee01e3c32604c5f8472afa7c1f0" }'
 
 # Set various strategies so that all actions execute remotely. Mixing remote
 # and local execution will lead to errors unless the toolchain and remote