Skip to content

Commit

Permalink
Add missing "cpp" fragment to swift_module_alias.
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 247954582
  • Loading branch information
allevato authored and swiple-rules-gardener committed May 13, 2019
1 parent 75389c7 commit f3d6355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/internal/swift_module_alias.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,6 @@ to create "umbrella modules".
> `deps` in the new module. You depend on undocumented features at your own
> risk, as they may change in a future version of Swift.
""",
fragments = ["cpp"],
implementation = _swift_module_alias_impl,
)

0 comments on commit f3d6355

Please sign in to comment.