Skip to content

Commit

Permalink
Rollforward of 0cc45ac: Remove j2objc_library from Bazel
Browse files Browse the repository at this point in the history
There was not much interest from the community in keeping it.

PiperOrigin-RevId: 682029249
Change-Id: I59a89ecc46406473b46529e3daa949bacc675166
  • Loading branch information
comius authored and copybara-github committed Oct 3, 2024
1 parent 141449d commit 208b9c6
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 3,234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void init(ConfiguredRuleClassProvider.Builder builder) {
builder.addConfigurationFragment(AppleConfiguration.class);
// j2objc shouldn't be here!
builder.addConfigurationFragment(J2ObjcConfiguration.class);
builder.addRuleDefinition(new EmptyRule("j2objc_library") {});

builder.addRuleDefinition(new EmptyRule("objc_import") {});
builder.addRuleDefinition(new EmptyRule("objc_library") {});
Expand Down
2 changes: 0 additions & 2 deletions src/main/starlark/builtins_bzl/common/exports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ load("@_builtins//:common/cc/cc_toolchain.bzl", "cc_toolchain")
load("@_builtins//:common/cc/cc_toolchain_alias.bzl", "cc_toolchain_alias")
load("@_builtins//:common/cc/experimental_cc_static_library.bzl", "cc_static_library")
load("@_builtins//:common/java/proto/java_lite_proto_library.bzl", "java_lite_proto_library")
load("@_builtins//:common/objc/j2objc_library.bzl", "j2objc_library")
load("@_builtins//:common/objc/objc_import.bzl", "objc_import")
load("@_builtins//:common/objc/objc_library.bzl", "objc_library")
load("@_builtins//:common/proto/proto_common.bzl", "proto_common_do_not_use")
Expand Down Expand Up @@ -77,7 +76,6 @@ exported_rules = {
"java_lite_proto_library": java_lite_proto_library,
"objc_import": objc_import,
"objc_library": objc_library,
"j2objc_library": j2objc_library,
"cc_shared_library": cc_shared_library,
"cc_static_library": cc_static_library,
"cc_binary": cc_binary,
Expand Down
594 changes: 0 additions & 594 deletions src/main/starlark/builtins_bzl/common/objc/j2objc_aspect.bzl

This file was deleted.

170 changes: 0 additions & 170 deletions src/main/starlark/builtins_bzl/common/objc/j2objc_library.bzl

This file was deleted.

1 change: 0 additions & 1 deletion src/main/starlark/docgen/objc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ binary_rules = struct(
library_rules = struct(
objc_library = native.objc_library,
objc_import = native.objc_import,
j2objc_library = native.j2objc_library,
)

test_rules = struct(
Expand Down

This file was deleted.

Loading

0 comments on commit 208b9c6

Please sign in to comment.