From 30a083215b35df97132120d5b071dbfb073ca093 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 13 Apr 2021 13:17:59 +0900 Subject: [PATCH] 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 --- filesystem/bootimg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/bootimg.go b/filesystem/bootimg.go index 3dcc4165c..29a8a3944 100644 --- a/filesystem/bootimg.go +++ b/filesystem/bootimg.go @@ -61,7 +61,7 @@ type bootimgProperties struct { Vendor_boot *bool // 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 // and `header_version` is greater than or equal to 4.