Files
swift-mirror/utils/android/README.md
2017-10-20 19:04:58 -07:00

17 lines
434 B
Markdown

# Build Android Toolchain
This toolchain will generate the .so and .swiftmodule files of the Swift standard library and Foundation framework for the Android environment, armv7 architecture. Those files are needed when building any Swift library to be included in an application for Android.
To build the toolchain run:
```
android$ ./build-toolchain
```
It will be built on:
```
path/to/swift-source/swift-android-toolchain
```