Update the minimum macos deployment version to 10.14
Bug: 191879468 Test: Build aosp-build-tools on Mac Change-Id: I21c3d0482ba9a23b2b54849eccb18c7958559d93
This commit is contained in:
parent
2e55729650
commit
876b12ffdd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func init() {
|
|||
pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
|
||||
return getMacTools(ctx).sdkRoot
|
||||
})
|
||||
pctx.StaticVariable("macMinVersion", "10.13")
|
||||
pctx.StaticVariable("macMinVersion", "10.14")
|
||||
pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
|
||||
return getMacTools(ctx).arPath
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue