Update microdroid kernel README.md

Bug: 262792308
Test: N/A
Change-Id: I521e15d5415e9a66549b6c4c46912e9b3af46b50
This commit is contained in:
Seungjae Yoo 2023-01-12 17:37:15 +09:00
parent a3afb47792
commit e6d4851fec
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ turned off to make the kernel fast & slim.
### Checkout the GKI source code.
```bash
repo init -u https://android.googlesource.com/kernel/manifest -b common-android14-5.15
repo init -u https://android.googlesource.com/kernel/manifest -b common-android14-6.1
repo sync
```
@ -55,12 +55,12 @@ Copy the built kernel image to the Android source tree directly, and build the v
For ARM64,
```bash
cp out/dist/Image <android_checkout>/packages/modules/Virtualization/microdroid/kernel/arm64/kernel-5.15
cp out/dist/Image <android_checkout>/packages/modules/Virtualization/microdroid/kernel/arm64/kernel-6.1
```
For x86\_64,
```bash
cp out/dist/bzImage <android_checkout>/packages/modules/Virtualization/microdroid/kernel/x86_64/kernel-5.15
cp out/dist/bzImage <android_checkout>/packages/modules/Virtualization/microdroid/kernel/x86_64/kernel-6.1
```
### For official updates