summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2021-05-21 13:56:46 +0100
committerMatthias Maennich <maennich@google.com>2021-06-18 14:20:51 +0100
commita8b1fdf372f09973219da1dbb532df16ffc8d843 (patch)
tree24c8423018c46db61728ee45d1729fa77eafa15f
parent451581e9ef7f4a7823d65ca6ac43333828b70be4 (diff)
downloadmanifest-a8b1fdf372f09973219da1dbb532df16ffc8d843.tar.gz
Kleaf: add bazel resources to manifest
Add the minimal dependencies for a bazel based build environment: The bazel prebuilts, a runtime jdk, WORKSPACE file and the tools/bazel convenience wrapper. Bug: 189451175 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I2565a08d9f7e600a12636043b257b76d0548e722
-rw-r--r--default.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 9d8be44..aa0bd80 100644
--- a/default.xml
+++ b/default.xml
@@ -5,7 +5,10 @@
<superproject name="kernel/superproject" remote="aosp"/>
- <project path="build" name="kernel/build" />
+ <project path="build" name="kernel/build" >
+ <linkfile src="kleaf/bazel.sh" dest="tools/bazel" />
+ <linkfile src="kleaf/bazel.WORKSPACE" dest="WORKSPACE" />
+ </project>
<project path="common" name="kernel/common" revision="android-mainline" />
<project path="kernel/common-patches" name="kernel/common-patches" >
<linkfile src="android-mainline" dest="common/patches" />
@@ -19,4 +22,7 @@
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" />
+
+ <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" />
+ <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" />
</manifest>