This repository was archived by the owner on Jan 25, 2024. It is now read-only.
Commit 639ecfa
Don't propagate an empty module map for
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{cc,objc}_library targets that don't have any headers (and that don't specify an explicit module map using the module_map attribute).1 parent 74f3f87 commit 639ecfa
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
182 | 192 | | |
183 | 193 | | |
184 | 194 | | |
| |||
0 commit comments