From d57170e573fe8cc3465214513596accfe48d8471 Mon Sep 17 00:00:00 2001 From: feiocng Date: Mon, 6 Mar 2023 16:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter-02/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-02/README.md b/chapter-02/README.md index a206494..c5990e1 100644 --- a/chapter-02/README.md +++ b/chapter-02/README.md @@ -345,7 +345,7 @@ vendor.img ​ 确定有编译出`vendor.img、system.img、boot.img`等镜像文件,就说明编译成功了。 -### 2.4 模块编译 +### 2.5 模块编译 ​ 前文在编译的过程中介绍到,使用`source ./build/envsetup.sh`初始化环境的时候,导入了多个命令来辅助编译。接下来,先看看有哪些常用的命令。