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

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