Add symlinks to 2.1.10

Test: usage in androidx
Change-Id: Icceec2bc66855b0edde5a2eef948a6651a49d8f0
12 files changed
tree: 0f11b64b7277c8d073a84548034d92bce56108bc
  1. nativeCompilerPrebuilts/
  2. resources/
  3. aarch64-unknown-linux-gnu-gcc-8.3.0-glibc-2.25-kernel-4.9-2.tar.gz
  4. apple-llvm-20200714-macos-aarch64-essentials.tar.gz
  5. apple-llvm-20200714-macos-x64-essentials.tar.gz
  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. lldb-4-linux.tar.gz
  11. lldb-4-macos.tar.gz
  12. msys2-mingw-w64-i686-1.tar.gz
  13. msys2-mingw-w64-i686-2.tar.gz
  14. msys2-mingw-w64-x86_64-1.tar.gz
  15. msys2-mingw-w64-x86_64-2.tar.gz
  16. qemu-aarch64-static-5.1.0-linux-2.tar.gz
  17. README.md
  18. target-sysroot-1-android_ndk.tar.gz
  19. target-toolchain-2-linux-android_ndk.tar.gz
  20. target-toolchain-2-osx-android_ndk.tar.gz
  21. 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 development/importMaven/importMaven.sh import-konan-binaries --konan-compiler-version <version> in frameworks/support. If you need to update prebuilts, please re-run that task and commit the result (replace with kotlin version).

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