Fix typo in installer.go am: 3eb5a74a26
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2076519 Change-Id: I54bfc39afae59ab6ce2c589cbc420883c2efecd7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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