Merge "Bump our macOS target version to 10.9." am: 3375433ed2
am: ad6e56e993
Change-Id: Id46eafd4715787b2ea578a595a0bf58ebd1c2cc0
This commit is contained in:
commit
43297215ea
|
@ -100,7 +100,7 @@ func init() {
|
|||
pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
|
||||
return xcrunSdk(ctx, "--show-sdk-path")
|
||||
})
|
||||
pctx.StaticVariable("macMinVersion", "10.8")
|
||||
pctx.StaticVariable("macMinVersion", "10.9")
|
||||
pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
|
||||
return xcrun(ctx, "--find", "ar")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue