Snap for 10763169 from fe94a3059aba2add4ff3d8f4084f9deec9ccc038 to androidx-room-release

Change-Id: Ic1221699e3af71899973921e00e45ae36eb0cb37
tree: 7adf4d995b321e1890d8b94cd3bdc975145b0be4
  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.