summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2020-12-07 21:29:08 +0000
committerMatthias Maennich <maennich@google.com>2020-12-07 21:29:08 +0000
commitb68b552dbc9787a7be4be619d94472571d40e93f (patch)
treee6aaa3bae4055490f673aa3ba6f9c7b139a83095
parentebcf3b3ee0b3b5041cdffb01c88f1d204d35a39f (diff)
downloadmanifest-b68b552dbc9787a7be4be619d94472571d40e93f.tar.gz
hermetic build: add prebuilt glibc host environment
This allows us to completely built the kernel and its host tools from a predefined source for include files and libraries. Bug: 135570712 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I6198e5ef4b6eb0e5cab16ead1cf83db1b4235547
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index ac2edd6..1aeb499 100644
--- a/default.xml
+++ b/default.xml
@@ -13,6 +13,7 @@
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android-mainline" />
<project path="prebuilts/gas/linux-x86" name="platform/prebuilts/gas/linux-x86" clone-depth="1" />
<project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1" />
<project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" />
<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" />