apple / swift-foundation

The Foundation project
Apache License 2.0
2.28k stars 135 forks source link

FoundationInternationalization: add `Android` imports #713

Closed compnerd closed 3 days ago

compnerd commented 3 days ago

This adds the missing imports for Android and enables building for Android.

compnerd commented 3 days ago

@swift-ci please test

compnerd commented 3 days ago

@parkera @jmschonfeld - okay, with this patch and a local toolchain build off of main, I am now able to build swift-foundation for Android with CMake. Considering an option to do the cross-compilation testing would be nice. We still need to fix the macros build though.