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:
@@ -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")
|
||||
})
|
||||
|
Reference in New Issue
Block a user