commit | 3eb5a74a266324da738e59e8c145773f44764005 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Apr 26 14:06:30 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu May 05 16:36:56 2022 +0100 |
tree | 0a7c68017a447d517e5a014f8b508d662f0a8607 | |
parent | be4c7eda0863bb79f3fe0dc9b6b0cd9c2b33185b [diff] [blame] |
Fix typo in installer.go Test: builds Change-Id: I51364616e2a16f932d34ef33565d04a00d8f4ca5
diff --git a/cc/installer.go b/cc/installer.go index 2522610..e2c0e7b 100644 --- a/cc/installer.go +++ b/cc/installer.go
@@ -31,7 +31,7 @@ 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