summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2022-02-08 15:09:07 -0800
committerChris Wailes <chriswailes@google.com>2022-02-10 16:54:03 -0800
commite8ed371a17d0422223f4ce69ae932b4d193fab9a (patch)
treec71f73d2af2173d447ffc1fbc8b0515874fe119f
parent4d630d47f7ab450cdd0a65f8d57db956ac0affd9 (diff)
downloadmanifest-e8ed371a17d0422223f4ce69ae932b4d193fab9a.tar.gz
Add toolchain/common to rust-toolchain manifest
Bug: 153475932 Change-Id: Ibee001bd820efbc2a22e97fe6256c539694ba3d1
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index cc1d9978b..b025c4631 100644
--- a/default.xml
+++ b/default.xml
@@ -19,6 +19,7 @@
<!-- Rust Toolchain Components -->
<project path="toolchain/rustc" name="toolchain/rustc"/>
<project path="toolchain/android_rust" name="toolchain/android_rust"/>
+ <project path="toolchain/common" name="toolchain/common"/>
<!-- Other Toolchains -->
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1"/>