diff options
-rw-r--r-- | etc/import/TARGETS.bazel_remote_apis | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/import/TARGETS.bazel_remote_apis b/etc/import/TARGETS.bazel_remote_apis index a74b9ef0..efc3ddd0 100644 --- a/etc/import/TARGETS.bazel_remote_apis +++ b/etc/import/TARGETS.bazel_remote_apis @@ -31,6 +31,7 @@ , "The Remote Execution API is an API that, at its most general, allows clients" , "to request execution of binaries on a remote system." ] - , "flexible_config": ["ARCH", "ENV", "HOST_ARCH", "PATCH"] + , "flexible_config": + ["ARCH", "ENV", "HOST_ARCH", "PATCH", "TOOLCHAIN_CONFIG"] } } |