Prepend default to allow overriding in the bp file.
Bug: 143948100 Bug: 151303681 Test: m nothing Change-Id: Iefcf4fbe9d2971ce267242185165f0c38f68db30
This commit is contained in:
@@ -218,7 +218,7 @@ func newSdkModule(moduleExports bool) *sdk {
|
||||
Compile_multilib *string
|
||||
}
|
||||
p := &props{Compile_multilib: proptools.StringPtr("both")}
|
||||
ctx.AppendProperties(p)
|
||||
ctx.PrependProperties(p)
|
||||
})
|
||||
return s
|
||||
}
|
||||
|
Reference in New Issue
Block a user