bootimg.cmdline is arch specific

microdroid_boot.img needs different kernel cmdline for x86_64 and arm64.

Bug: 185082754
Test: atest MicrodroidHostTests
Change-Id: I69be83cbdada6c49a033da2787908490ee76de36
This commit is contained in:
Jiyong Park 2021-04-13 13:17:59 +09:00
parent eed4716def
commit 30a083215b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ type bootimgProperties struct {
Vendor_boot *bool Vendor_boot *bool
// Optional kernel commandline // Optional kernel commandline
Cmdline *string Cmdline *string `android:"arch_variant"`
// File that contains bootconfig parameters. This can be set only when `vendor_boot` is true // File that contains bootconfig parameters. This can be set only when `vendor_boot` is true
// and `header_version` is greater than or equal to 4. // and `header_version` is greater than or equal to 4.