summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2020-01-07 14:59:42 -0800
committerNick Desaulniers <ndesaulniers@google.com>2020-01-07 14:59:42 -0800
commit7079a6120c23c3f5afcc510787a202ad4f1adec3 (patch)
tree564f8a03827480e591e9e4a7d61dde7bcd15fc4f
parent79ce165bf615483ab6c4b6b3c719f29f43441ffe (diff)
downloadmanifest-7079a6120c23c3f5afcc510787a202ad4f1adec3.tar.gz
master-ndk: pin revision of a few gcc prebuilts
Rather than get these deprecated/to be removed binaries (GNU binutils) to build with Clang, we're going to pin the revision of the GCC prebuilts used to build them. This will prevent emergency updates to GCC/binutils from being used to rebuild these prebuilts, but the goal is to use LLVM substitutes before then. The SHAs correspond to the fixes to recently identified post submit regressions for the `binutils` branch of the platform. Pinning the revision will prevent the removal of GCC from breaking these targets, until we stop building/using them outright. Bug: 147240075 Change-Id: I060e38c7ec53253efa459a4f1a0c24ba47ac1f57 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index e123cbec3..ed97866b3 100644
--- a/default.xml
+++ b/default.xml
@@ -51,7 +51,7 @@
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="presubmit" />
<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" groups="presubmit" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" groups="presubmit" />
- <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="presubmit" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="presubmit" revision="da4951908cf7fcaeff9e041d9f244c8921e8c803"/>
<project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="presubmit,linux,x86" />
<project path="prebuilts/ndk" name="platform/prebuilts/ndk" revision="dev" groups="presubmit" />
<project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" />