From 3eb5a74a266324da738e59e8c145773f44764005 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 26 Apr 2022 14:06:30 +0100 Subject: [PATCH] Fix typo in installer.go Test: builds Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5 --- cc/installer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/installer.go b/cc/installer.go index 2522610d9..e2c0e7b8d 100644 --- a/cc/installer.go +++ b/cc/installer.go @@ -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