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

Change-Id: I992d880fe116b1fc2f1c450e024bbc2299a7f0f8
This commit is contained in:
Treehugger Robot 2020-02-14 05:54:58 +00:00
commit b4ea5e1069
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 { pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
return xcrunSdk(ctx, "--show-sdk-path") return xcrunSdk(ctx, "--show-sdk-path")
}) })
pctx.StaticVariable("macMinVersion", "10.9") pctx.StaticVariable("macMinVersion", "10.10")
pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string { pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
return xcrun(ctx, "--find", "ar") return xcrun(ctx, "--find", "ar")
}) })