[DRAFT] delete python
diff --git a/src/BUILD b/src/BUILD index 7baad33..7ee416b 100644 --- a/src/BUILD +++ b/src/BUILD
@@ -103,7 +103,6 @@ "//third_party/def_parser:srcs", "//third_party/ijar:embedded_zipper_sources", "//third_party/ijar:zipper", - "//third_party/py/abseil:srcs", "//tools:embedded_tools_srcs", ] + select({ "//src/conditions:darwin": [ @@ -134,7 +133,7 @@ # WARNING: Only adjust the number in `expect` if you are intentionally # adding or removing embedded tools. Know that the more embedded tools there # are in Bazel, the bigger the binary becomes and the slower Bazel starts. - expect = 327, + expect = 292, margin = 5, # percentage )
diff --git a/tools/jdk/BUILD.tools b/tools/jdk/BUILD.tools index 973917d..3ceec37 100644 --- a/tools/jdk/BUILD.tools +++ b/tools/jdk/BUILD.tools
@@ -131,6 +131,7 @@ ) # TODO(cushon): Delete this alias in the fullness of time. +""" alias( name = "proguard_whitelister", actual = ":proguard_allowlister", @@ -155,6 +156,7 @@ ":proguard_allowlister", ], ) +""" #### Aliases to rules_java to keep backward-compatibility (begin) ####