Merge "bootimg.cmdline is arch specific"
This commit is contained in:
commit
63b0e0edce
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue