summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2023-01-24 10:46:13 -0800
committerErwin Jansen <jansene@google.com>2023-01-24 10:46:13 -0800
commite0af1e1b3c929dd92c454d38946032f102c0491d (patch)
tree5308c622786409b4347e5d9f3b74e44c16d296f4
parent4af2d96a8589aea7e6bd5a2f9b0b5729222a8bc2 (diff)
downloadmanifest-e0af1e1b3c929dd92c454d38946032f102c0491d.tar.gz
Temporarily remove chromium dependencies
These dependencies are preventing us from creating a separate branch. We disable them for now. Bug: 266452325 Change-Id: I16284665a2a215258082a75a9889f2a98703e8ad
-rw-r--r--default.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 903989f18..bdb153192 100644
--- a/default.xml
+++ b/default.xml
@@ -122,7 +122,13 @@
<project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" revision="master" />
<project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" revision="master" />
- <remote name="chromium" fetch="https://chromium.googlesource.com/" />
+ <!-- Temporarily disabled See: b/266452325, add this section to a local_manifest if you need rust
+ i.e. add this to $AOSP_ROOT/.repo/local_manfiests/chromium.xml
+ <?xml version="1.0" encoding="UTF-8"?>
+ <manifest>
+ <remote name="chromium" fetch="https://chromium.googlesource.com/" />
<project path="external/rust/chromium/crates" name="chromiumos/third_party/rust_crates" remote="chromium" revision="70439c67fa61f074eb50fd2a498ff8ea0999db1c" clone-depth="1" />
+ </manifest>
+ -->
</manifest>