Merge "Bump the macOS version to 10.10." am: edb3174967
am: b4ea5e1069
Change-Id: I273fb59ca267dad79390f312de5003e6ce0617e5
This commit is contained in:
commit
b2f0dae04c
|
@ -100,7 +100,7 @@ func init() {
|
|||
pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
|
||||
return xcrunSdk(ctx, "--show-sdk-path")
|
||||
})
|
||||
pctx.StaticVariable("macMinVersion", "10.9")
|
||||
pctx.StaticVariable("macMinVersion", "10.10")
|
||||
pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
|
||||
return xcrun(ctx, "--find", "ar")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue