-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use apple_platforms_split_transition for static_framework rules (#1604)
This change addresses removal of workaround introduced on <unknown commit> to map apple_common.multi_arch_split split attribute keys based on Bazel Apple static library linking API for iOS and tvOS static framework rules. - Removes `_apple_common_multi_arch_split_key` from transition_support lib. - Use `cc_toolchain_forwarder` for `_child_configuration_dummy` attribute. - Use rule descriptor `deps_cfg` for j2objc and Bazel's binary linking API attributes. - Introduce a new rule base transition that propagates `apple_platforms`. (cherry picked from commit 15a38a1)
- Loading branch information
Showing
10 changed files
with
184 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -512,6 +512,7 @@ bzl_library( | |
deps = [ | ||
":apple_product_type", | ||
":bundle_package_type", | ||
":transition_support", | ||
], | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.