Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for headermap to experimental_mixed_language_library #2372

Merged

Conversation

luispadron
Copy link
Contributor

@luispadron luispadron commented Jan 19, 2024

This follows up #2352 by adding header map support to experimental_mixed_language_library. It adds a new parameter: enable_header_map which if True will generate a headermap for the mixed language objc_library. This header map will be included by the swift_library and objc_library to enable #import <> semantics.

Closes #2371

@luispadron luispadron force-pushed the luis/add-header-map-experimental-mixed-lang-library branch from 9409e9d to 366db23 Compare January 19, 2024 19:32
@luispadron luispadron force-pushed the luis/add-header-map-experimental-mixed-lang-library branch from 366db23 to cf0c220 Compare January 19, 2024 19:35
@luispadron luispadron merged commit 813b031 into master Jan 20, 2024
3 checks passed
@luispadron luispadron deleted the luis/add-header-map-experimental-mixed-lang-library branch January 20, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add header map support to experimental_mixed_language_library
3 participants