Remove old/unused knative 1.7.0 prebuilt.

Needed to submit separately to work around b/235275073

Change-Id: I31a63501c9222b7bbc4f76e350306e17933d4b0c
4 files changed
tree: 014adc769407e6690feeb98845d63de85d5b7db6
  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-x86_64-1.tar.gz
  16. README.md
  17. 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.