You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compiling test runners for Android by using the full overlay (#8018)
### Motivation:
Compiling test runners with `import Bionic` worked till July, then the
compiler started requiring the larger `import Android` overlay.
### Modifications:
`import Android` instead in the test runner
### Result:
Compiling the tests for Android works again.
This is part of a larger patch I needed to natively run SwiftPM 6 on
Android, but I want to get this into the 6.0 patch releases quickly
first because it also breaks cross-compilation of packages' tests to
Android.
@bnbarham, can we get this into 6.0.2 next?
0 commit comments