From c3edae41dd0a311f13ae9a41959d8cbff62d493a Mon Sep 17 00:00:00 2001 From: dqzg12300 Date: Thu, 5 Jan 2023 23:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E7=AB=A0=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=BC=96=E8=AF=91=E5=92=8C=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter-02/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapter-02/README.md b/chapter-02/README.md index f18a734..24f9ceb 100644 --- a/chapter-02/README.md +++ b/chapter-02/README.md @@ -435,6 +435,9 @@ export TARGET_PREBUILT_KERNEL=/root/android_src/android-kernel/out/android-msm-p // 保存配置后,重新加载一下 source ./build/envsetup.sh +// 选择编译版本 +lunch aosp_blueline-userdebug + // 单独编译内核镜像 make bootimage ~~~