Konan 1.8.20

Change-Id: I8f461726d2f10a36a3d0dc48476c973ac0d255c0
7 files changed
tree: 07adf6e5cf8ea5607cf75bddb0844f71c0618060
  1. nativeCompilerPrebuilts/
  2. aarch64-unknown-linux-gnu-gcc-8.3.0-glibc-2.25-kernel-4.9-2.tar.gz
  3. apple-llvm-20200714-macos-aarch64-essentials.tar.gz
  4. apple-llvm-20200714-macos-x64-essentials.tar.gz
  5. copy-linux-sysroot.sh
  6. download-native-compiler-prebuilts.sh
  7. libffi-3.2.1-2-linux-x86-64.tar.gz
  8. libffi-3.2.1-3-darwin-macos.tar.gz
  9. libffi-3.3-1-macos-arm64.tar.gz
  10. linux-prebuilts.properties
  11. lldb-4-linux.tar.gz
  12. lldb-4-macos.tar.gz
  13. llvm-11.1.0-linux-x64-essentials.tar.gz
  14. msys2-mingw-w64-i686-1.tar.gz
  15. msys2-mingw-w64-i686-2.tar.gz
  16. msys2-mingw-w64-x86_64-1.tar.gz
  17. msys2-mingw-w64-x86_64-2.tar.gz
  18. README.md
  19. x86_64-unknown-linux-gnu-gcc-8.3.0-glibc-2.19-kernel-4.9-2.tar.gz
README.md

This folder contains pre-downloaded dependencies for Kotlin native builds.

They are downloaded by running ./gradlew updateKonanPrebuilts in frameworks/support. If you need to update prebuilts, please re-run that task and commit the result.

This repository is provided to the Kotlin Multiplatform Build as the remote server where it can find the dependencies.

IMPORTANT: As agreed offline and signed off in b/200289211, we will use these downloaded dependencies for CI only, and will replace with verified self-built libraries before building anything for release.