From 692cab2c02fb6d0b763ccadac841829e930ec219 Mon Sep 17 00:00:00 2001 From: maade93791 <70593890+maade69@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:08:11 +0300 Subject: [PATCH] update path for x86_64 emulator kernel Makefile + fix typo --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 400406fc..4738c397 100644 --- a/static/build.html +++ b/static/build.html @@ -727,8 +727,8 @@ cp out/android13-5.10/dist/bzImage $ANDROID_BUILD_TOP/kernel/prebuilts/5.10/x86_ cp out/android13-5.10/dist/System.map $ANDROID_BUILD_TOP/kernel/prebuilts/5.10/x86_64/System.map cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuilts/common-modules/virtual-device/5.10/x86-64/ -
You can configure the kernel version used for the x86_64 emulate in
- device/generic/goldfish/x86_64-kernel.mk
.
You can configure the kernel version used for the x86_64 emulator in
+ device/generic/goldfish/board/kernel/x86_64.mk
.