summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2021-11-09 16:24:25 -0800
committerChris Wailes <chriswailes@google.com>2021-11-09 16:24:25 -0800
commitee8e7fe5e422b8118db6b089aca24d4d57b58363 (patch)
tree3e3c5b696ec270fe446b1192e7e3258bc6e1f1ce
parent27fdfcd7806b02d29d54c485f754d4f0f1341bf8 (diff)
downloadmanifest-ee8e7fe5e422b8118db6b089aca24d4d57b58363.tar.gz
Adds build/soong to the rust-toolchain manifest
This project is needed in the rust-toolchain manifest to allow for the automated generation of CLs when we upgrade Rust prebuilts. Change-Id: Iffda4610c8d3b0f5e30efe95aa3cfdb2e32c6ba2
-rw-r--r--default.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 4672494d7..73d399449 100644
--- a/default.xml
+++ b/default.xml
@@ -47,5 +47,11 @@
<!-- NDK - Needed until in-tree sysroot is available -->
<project path="toolchain/prebuilts/ndk/r23" name="toolchain/prebuilts/ndk/r23" clone-depth="1"/>
+
+ <!-- Build System Components -->
+ <project path="build/soong" name="platform/build/soong" >
+ <linkfile src="root.bp" dest="Android.bp" />
+ <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
+ </project>
</manifest>