aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2021-04-29 08:07:32 -0700
committerStephen Hines <srhines@google.com>2021-04-29 08:07:32 -0700
commit80732a7ff47e625b611b123238376cea5f4efc86 (patch)
tree6f2f8066104935d5ec871c4e57dcaafc5920d2ad
parent121f2096e5f893359cc9c4291ee68627f02cf9c5 (diff)
downloadlinux-x86-80732a7ff47e625b611b123238376cea5f4efc86.tar.gz
Add Bazel version info to the Clang prebuilt docs
Also fixes a typo in a link pointing to an older prebuilt. Test: N/A Change-Id: I207bf52d835569349a47bb7556f08c2db4133391
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 195c10321..4540bc69f 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,10 @@ LLVM Users
* Currently clang-r416183b
* Look for "clang-" in [ndk/toolchains.py](https://android.googlesource.com/platform/ndk/+/refs/heads/master/ndk/toolchains.py)
+* [**Bazel**](https://opensource.googleblog.com/2020/11/welcome-android-open-source-project.html)
+ * Currently clang-r416183b
+ * Look for "clang-" in [prebuilts/clang/host/linux-x86/clang_version.bzl](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang_version.bzl)
+
* [**Trusty**](https://source.android.com/security/trusty/)
* Currently clang-r383902
* Look for "clang-" in [vendor/google/aosp/scripts/envsetup.sh](https://android.googlesource.com/trusty/vendor/google/aosp/+/master/scripts/envsetup.sh).
@@ -107,7 +111,7 @@ Prebuilt Versions
* [clang-r407598b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r407598b) - January 2021
* [clang-r412851](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r412851) - February 2021
* [clang-r416183](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183) - March 2021
-* [clang-r416183b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183) - April 2021
+* [clang-r416183b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183b) - April 2021
More Information