| <!-- |
| Copyright 2020 Google LLC |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- |
| The following repositories have caused build failures due to intermittent |
| fetch issues. Since "repo sync" can handle flaky repositories, we add |
| them here so that they will be in the source tree. |
| --> |
| <manifest> |
| |
| <remote name="chromium" |
| fetch="https://chromium.googlesource.com" |
| review="https://chromium-review.googlesource.com" /> |
| |
| <!-- |
| These repositories do not need to be pinned to a specific commit SHA |
| because their ebuilds already pin to a specific commit SHA. We just need |
| to make sure that the commit SHA needed by the ebuild is reachable by the |
| revision written here. |
| |
| However, we still pin to a commit SHA to avoid generating a ton of erroneous |
| build numbers. |
| --> |
| <project path="src/third_party/autotest/files/server/cros/faft/fw-testing-configs" |
| name="chromiumos/platform/fw-testing-configs" |
| revision="c34c4cd6009d2324beee3691ccfe397c159c8c81" |
| remote="chromium" /> |
| <project path="src/platform/tast" |
| name="chromiumos/platform/tast" |
| revision="aa0271aa614c94deefa8d788d932fc6fd44520f4" |
| remote="chromium" /> |
| <project path="src/platform/tast-tests" |
| name="chromiumos/platform/tast-tests" |
| revision="443f06dc18fd477862f732780bfe9271c0a4e19e" |
| remote="chromium" /> |
| <project path="src/platform/tast-tests/src/chromiumos/tast/remote/firmware/data/fw-testing-configs" |
| name="chromiumos/platform/fw-testing-configs" |
| revision="c34c4cd6009d2324beee3691ccfe397c159c8c81" |
| remote="chromium" /> |
| <project path="src/platform/microbenchmarks" |
| name="chromiumos/platform/microbenchmarks" |
| revision="eb33d21a7ea4733ce0e2d12a8bab77944a813aeb" |
| remote="chromium" /> |
| <project path="src/third_party/hdctools" |
| name="chromiumos/third_party/hdctools" |
| revision="66d29c2ff7f06307db66f01804f7705e2e456bf9" |
| remote="chromium" /> |
| <project path="src/third_party/rootdev" |
| name="chromiumos/third_party/rootdev" |
| revision="9c14c4406c973c4feb0cbb63fa646219656f6088" |
| remote="chromium" /> |
| |
| <!-- |
| breakpad and lss are special; they need to be pinned to specific commit |
| SHAs, similar to our mirrored repositories. |
| --> |
| <project path="src/third_party/breakpad" |
| name="breakpad/breakpad" |
| revision="2481554490026ab9386ebc654343132d06194ce5" |
| remote="chromium" /> |
| <project path="src/third_party/breakpad/src/third_party/lss" |
| name="linux-syscall-support.git" |
| revision="9719c1e1e676814c456b55f5f070eabad6709d31" |
| remote="chromium" /> |
| |
| </manifest> |
| |