commit | 26ab8e80e49640943fb06e1e62a9c1964b2debf6 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Jun 30 20:34:00 2020 +0100 |
committer | Martin Stjernholm <mast@google.com> | Tue Jul 07 18:14:26 2020 +0100 |
tree | f41c87346d31e504e8c4df4cf9f4cf86dd541647 | |
parent | cc77601d10ea7d61785fe15b1046bb079281610a [diff] [blame] |
Prepend default to allow overriding in the bp file. Bug: 143948100 Bug: 151303681 Test: m nothing Change-Id: Iefcf4fbe9d2971ce267242185165f0c38f68db30
diff --git a/sdk/sdk.go b/sdk/sdk.go index c268505..3e76008 100644 --- a/sdk/sdk.go +++ b/sdk/sdk.go
@@ -218,7 +218,7 @@ Compile_multilib *string } p := &props{Compile_multilib: proptools.StringPtr("both")} - ctx.AppendProperties(p) + ctx.PrependProperties(p) }) return s }