Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't propagate an empty module map for
{cc,objc}_library
targets t…
…hat don't have any headers (and that don't specify an explicit module map using the `module_map` attribute). This is typically the case for libraries that group other libraries via their `deps`. Users mistakenly import these thinking they're required to use the underlying declarations, but they do nothing (except make more work for the compiler). PiperOrigin-RevId: 332246632 (cherry picked from commit 639ecfa)
- Loading branch information