Bump the macOS version to 10.10.
Android Studio only claims to support macOS 10.10 and later, so we probably shouldn't bother with anything older either. Test: treehugger Change-Id: I478cb52221198d7b7e2247dfbee4cd86d5bbd1a8
This commit is contained in:
parent
680afd7bc7
commit
7622713c8d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue