Skip to content

Commit

Permalink
Removing new_objc_provider from the apple_bundle_import implementation.
Browse files Browse the repository at this point in the history
RELNOTES: The new resource rules should be managed through the data field on objc_library instead of the deps field.
PiperOrigin-RevId: 262616053
  • Loading branch information
ashgti authored and swiple-rules-gardener committed Aug 9, 2019
1 parent 6c9fcae commit c6d0b2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apple/internal/resource_rules/apple_bundle_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def _apple_bundle_import_impl(ctx):
parent_dir_param = parent_dir_param,
)
return [
# TODO(b/120904073): Remove the objc provider. It's here only because objc_library's bundles
# attribute requires it for now.
apple_common.new_objc_provider(),
AppleResourceBundleInfo(),
resource_provider,
]
Expand Down

0 comments on commit c6d0b2c

Please sign in to comment.