Skip to content

Commit

Permalink
Add missing input for swift generated header (#1451)
Browse files Browse the repository at this point in the history
Remote Build without the Bytes and/or Remote Execution doesn't work otherwise.

Risk Level: Low.
Testing: Unit tests.

Signed-off-by: Brentley Jones <brentleyjones@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
brentleyjones authored and jpsim committed Nov 29, 2022
1 parent dda7b21 commit c5ca1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/bazel/swift_static_framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def _swift_static_framework_impl(ctx):
]

if len(objc_headers) == 1:
input_modules_docs.append(objc_headers[0])
zip_args.append(_zip_header_arg(module_name, objc_headers[0]))
else:
header_names = [header.basename for header in objc_headers]
Expand Down

0 comments on commit c5ca1d2

Please sign in to comment.