Check in downloaded linux kotlin-native dependencies

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

Test: N/A
Bug: 218533875
Change-Id: Ie022820149d51404e2f3f92bc165bec1625ef44c
6 files changed
tree: afd03a688071a41ed1f7a04e51fe1e21502e3866
  1. download.sh
  2. libffi-3.2.1-2-linux-x86-64.tar.gz
  3. lldb-4-linux.tar.gz
  4. llvm-11.1.0-linux-x64-essentials.tar.gz
  5. README.md
  6. 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 have been downloaded by the script ./download.sh, from the same default location that the Kotlin native compiler downloads the files by default.

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.