Fix typo in installer.go
Test: builds Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5
This commit is contained in:
parent
be4c7eda08
commit
3eb5a74a26
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type InstallerProperties struct {
|
|||
Install_in_root *bool `android:"arch_variant"`
|
||||
|
||||
// Install output directly in {partition}/xbin
|
||||
Install_in_xbin *bool `android:"arch_vvariant"`
|
||||
Install_in_xbin *bool `android:"arch_variant"`
|
||||
}
|
||||
|
||||
type installLocation int
|
||||
|
|
Loading…
Reference in a new issue