aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/create_embedded_tools.py
diff options
context:
space:
mode:
authorGravatar philwo <philwo@google.com>2017-09-15 11:10:32 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-15 11:29:37 +0200
commitbf96c50e0c9afd3da8d937948c3636f09a0e80d7 (patch)
tree56cfb9431cb1321ef87b256caee9690568ef0ea1 /src/create_embedded_tools.py
parentb0b904839b71f2c147a2d04f4e014b687690dd10 (diff)
Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.
*** Reason for rollback *** Breaks Bazel building itself on FreeBSD, also #3739. *** Original change description *** Introduce empty "toolchain_category" rule for labels that will be used as categories of toolchains for the purpose of toolchain selection. Up to now, we've used the native toolchain_type rule for this purpose. That rule depends on a number of configuration fragments that supply build variables - we don't want toolchains to need to depend on those fragments as well. E.g. toolchain_type depends on JvmConfiguration, but we would like toolchains to work with --experimental_disable_jvm. PiperOrigin-RevId: 168810566
Diffstat (limited to 'src/create_embedded_tools.py')
-rw-r--r--src/create_embedded_tools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/create_embedded_tools.py b/src/create_embedded_tools.py
index 8b013cee44..699edd09f5 100644
--- a/src/create_embedded_tools.py
+++ b/src/create_embedded_tools.py
@@ -31,8 +31,6 @@ output_paths = [
('*tools/jdk/BUILD*', lambda x: 'tools/jdk/BUILD'),
('*tools/platforms/platforms.BUILD', lambda x: 'platforms/BUILD'),
('*tools/platforms/*', lambda x: 'platforms/' + os.path.basename(x)),
- ('*tools/build_defs/toolchains/*',
- lambda x: 'tools/build_defs/toolchains/' + os.path.basename(x)),
('*JavaBuilder*_deploy.jar', lambda x: 'tools/jdk/' + os.path.basename(x)),
('*JacocoCoverage*_deploy.jar',
lambda x: 'tools/jdk/JacocoCoverage_deploy.jar'),