Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eb5a74a authored by David Brazdil's avatar David Brazdil
Browse files

Fix typo in installer.go

Test: builds
Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5
parent be4c7eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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