Merge "Bump the macOS version to 10.10." am: edb3174967
Change-Id: I992d880fe116b1fc2f1c450e024bbc2299a7f0f8
This commit is contained in:
commit
b4ea5e1069
|
@ -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