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