Fix typo in installer.go

Test: builds
Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5
This commit is contained in:
David Brazdil 2022-04-26 14:06:30 +01:00
parent be4c7eda08
commit 3eb5a74a26

View file

@ -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