@@ -473,8 +473,6 @@ def _macos_application_impl(ctx):
473473 linking_contexts = linking_contexts ,
474474 ),
475475 ),
476- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
477- link_result .debug_outputs_provider ,
478476 ] + processor_result .providers
479477
480478def _macos_bundle_impl (ctx ):
@@ -716,8 +714,6 @@ def _macos_bundle_impl(ctx):
716714 processor_result .output_groups ,
717715 )
718716 ),
719- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
720- link_result .debug_outputs_provider ,
721717 ] + processor_result .providers
722718
723719def _macos_extension_impl (ctx ):
@@ -1250,8 +1246,6 @@ def _macos_quick_look_plugin_impl(ctx):
12501246 processor_result .output_groups ,
12511247 )
12521248 ),
1253- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
1254- link_result .debug_outputs_provider ,
12551249 ] + processor_result .providers
12561250
12571251def _macos_kernel_extension_impl (ctx ):
@@ -1505,8 +1499,6 @@ def _macos_kernel_extension_impl(ctx):
15051499 processor_result .output_groups ,
15061500 )
15071501 ),
1508- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
1509- link_result .debug_outputs_provider ,
15101502 ] + processor_result .providers
15111503
15121504def _macos_spotlight_importer_impl (ctx ):
@@ -1746,8 +1738,6 @@ def _macos_spotlight_importer_impl(ctx):
17461738 processor_result .output_groups ,
17471739 )
17481740 ),
1749- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
1750- link_result .debug_outputs_provider ,
17511741 ] + processor_result .providers
17521742
17531743def _macos_xpc_service_impl (ctx ):
@@ -1987,8 +1977,6 @@ def _macos_xpc_service_impl(ctx):
19871977 processor_result .output_groups ,
19881978 )
19891979 ),
1990- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
1991- link_result .debug_outputs_provider ,
19921980 ] + processor_result .providers
19931981
19941982def _macos_command_line_application_impl (ctx ):
@@ -2142,8 +2130,6 @@ def _macos_command_line_application_impl(ctx):
21422130 linking_contexts = linking_contexts ,
21432131 ),
21442132 ),
2145- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
2146- link_result .debug_outputs_provider ,
21472133 ] + processor_result .providers
21482134
21492135def _macos_dylib_impl (ctx ):
@@ -2277,8 +2263,6 @@ def _macos_dylib_impl(ctx):
22772263 {"dylib" : depset (direct = [output_file ])},
22782264 )
22792265 ),
2280- # TODO(b/228856372): Remove when downstream users are migrated off this provider.
2281- link_result .debug_outputs_provider ,
22822266 ] + processor_result .providers
22832267
22842268macos_application = rule_factory .create_apple_rule (
0 commit comments