Skip to content

Commit 34d652e

Browse files
comiuscopybara-github
authored andcommitted
Migrate rules_apple to use objc_compilation_support from rules_cc.
Using version from rules_cc instead of Blaze builtin is needed to move CcInfo out of Blaze. rules_cc should own minimal common code needed for objc_import and objc_library rules. Remove the code that's linking related from rules_cc and already copied into rules_apple. PiperOrigin-RevId: 824908997 Change-Id: I817acdff1b8b52688ed4ca8dcb7946e2c45ee915
1 parent 50306b8 commit 34d652e

File tree

5 files changed

+0
-821
lines changed

5 files changed

+0
-821
lines changed

cc/private/rules_impl/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ bzl_library(
8787
bzl_library(
8888
name = "objc_common",
8989
srcs = [
90-
"apple_configuration.bzl",
91-
"apple_env.bzl",
92-
"apple_platform.bzl",
9390
"objc_attrs.bzl",
9491
"objc_common.bzl",
9592
"objc_compilation_artifacts_info.bzl",

cc/private/rules_impl/apple_configuration.bzl

Lines changed: 0 additions & 105 deletions
This file was deleted.

cc/private/rules_impl/apple_env.bzl

Lines changed: 0 additions & 30 deletions
This file was deleted.

cc/private/rules_impl/apple_platform.bzl

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)