Alex Lorenz
Alex Lorenz
> OK, they were mostly working before the latest NDK 26, but NDK 26 broke many of them. You were using NDK 26? How were you running those tests, in...
> what is the plan for selecting a given API level to build against? good question, we didn't discuss that yet. let me figure that out.
> > What kind of issues did you see with NDK 26? > > The [same error I mentioned to you more than a year ago](https://github.com/apple/swift/pull/62052#issuecomment-1314105803), except dozens of C++...
@swift-ci please test
@ian-twilightcoder I updated the module map to prefer split modules, how does it look now.
@swift-ci please test
The sysroot flag is being worked on here - https://github.com/apple/swift/pull/72352 . I removed the sysroot detection from this PR .
@swift-ci please test
@swift-ci please test source compatibility
@ian-twilightcoder I updated the module map, let me know what you think. I switched the majority of modules to be underscored (e.g. `_bionic_stdlib`), to prevent users from importing them directly...