Fix typo in installer.go
Test: builds Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5
This commit is contained in:
@@ -31,7 +31,7 @@ type InstallerProperties struct {
|
|||||||
Install_in_root *bool `android:"arch_variant"`
|
Install_in_root *bool `android:"arch_variant"`
|
||||||
|
|
||||||
// Install output directly in {partition}/xbin
|
// Install output directly in {partition}/xbin
|
||||||
Install_in_xbin *bool `android:"arch_vvariant"`
|
Install_in_xbin *bool `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type installLocation int
|
type installLocation int
|
||||||
|
Reference in New Issue
Block a user