Skip to content

Commit 94f6914

Browse files
committed
remove objc from import_middleman
1 parent 6a78dd0 commit 94f6914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/import_middleman.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def _find_imports_impl(target, ctx):
9696
imported_library_file.append(target[apple_common.Objc].imported_library)
9797

9898
elif AppleFrameworkImportInfo in target:
99-
static_framework_file.append(target[apple_common.Objc].imported_library)
10099
target_dynamic_framework_file = target[apple_common.Objc].dynamic_framework_file
101100
target_dynamic_framework_file_list = target_dynamic_framework_file.to_list()
102101
if len(target_dynamic_framework_file_list) > 0:

0 commit comments

Comments
 (0)