summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-08-24 11:05:40 -0700
committerColin Cross <ccross@android.com>2022-08-24 11:08:31 -0700
commitc6ae1b8929ee61d5443873f9934627568c9a9f2c (patch)
treed5abb68a91a0e26580a70e622b1b7ae2e3cac5c2
parentb13b06a616513c51840fcc1ec84b0a5d54d683c7 (diff)
downloadmanifest-c6ae1b8929ee61d5443873f9934627568c9a9f2c.tar.gz
openjdk: pin clang repos to before the removal of clang-416183b
OpenJDK 11 can't build with clang-r450784e due to https://bugs.openjdk.org/browse/JDK-8229258, which is fixed in OpenJDK 14 but has not been backported to OpenJDK 11. Pin the clang manifests to one that contains the latest working version of clang until we stop building OpenJDK11 and earlier. Change-Id: Iba30d6c3fb82eb9279e8cd743f4b5c6ee79b4c3f
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index ee22fe305..53c24a6ce 100644
--- a/default.xml
+++ b/default.xml
@@ -41,8 +41,8 @@
<!-- prebuilts projects -->
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
- <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1" />
- <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
+ <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1" revision="fb2687e4347d45e17a68edca0eb52b29b6da775d" />
+ <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" revision="ee941ede0f2be22ece1ba3a22ce553f6973e469b" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" clone-depth="1" revision="d9aafaade740ca38612c742f6d87debf362132ea" />
<project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" clone-depth="1" />
<project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" clone-depth="1" />