From a490b98cbaa2e13baa15a65546f8833ce2800ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Fri, 5 Dec 2025 01:16:41 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/compile/sharebuild.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compile/sharebuild.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/compile/sharebuild.md b/src/compile/sharebuild.md index ab24881..390ecd1 100644 --- a/src/compile/sharebuild.md +++ b/src/compile/sharebuild.md @@ -12,9 +12,11 @@ wget -c https://raw.githubusercontent.com/ninja-cloudbuild/ninja2/refs/heads/main/install.sh && chmod +x install.sh && sudo ./install.sh ``` -* 启用ShareBuild的前置要求(二选一即可) +* 启用ShareBuild的前置要求 1. 所有节点上均安装配置好了项目的编译环境,即所有节点上均能采用ninja成功单机编译项目。 + * 选择任一节点上作为项目开发环境,开启ShareBuild模式,然后进行分布式编译。 @@ -52,11 +56,11 @@ cp /etc/ninja2/aosp14/.sharebuild.yml ./ ``` 然后就可以单机编译一样使用make命令来分布式编译Android开源项目(AOSP)。 - + ## 版权声明 Copyright @ Mengning Software