Merge "Bump the macOS version to 10.10." am: edb3174967 am: b4ea5e1069

Change-Id: I273fb59ca267dad79390f312de5003e6ce0617e5
This commit is contained in:
Treehugger Robot 2020-02-14 06:08:53 +00:00
commit b2f0dae04c
1 changed files with 1 additions and 1 deletions

View File

@ -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")
})