android_packages_modules_Vi.../microdroid/initrd
Shikha Panwar 559571197f Create host-side tool to attach bootconfig to initrd image
We are removing ABL from VM bootflow & using kernel's initrd
functionality. Since the boot configuration file is loaded with initrd
by default, it will be added to the end of the initrd, in the following
way:

[initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]

The tool is written in Rust so that we can (in future) have the option
to dynamically attach the correct bootconfig.

Test: builds
Bug: 240235424
Change-Id: Idfca6528a16bc92001f5791b4683a0be2714cce8
2022-09-06 12:35:00 +00:00
..
src Create host-side tool to attach bootconfig to initrd image 2022-09-06 12:35:00 +00:00
Android.bp Create host-side tool to attach bootconfig to initrd image 2022-09-06 12:35:00 +00:00