diff options
| author | 2023-11-08 18:46:51 +0000 | |
|---|---|---|
| committer | 2023-11-08 18:46:51 +0000 | |
| commit | f051ec6de2ffbbb5d858b14dd11909d72343ff8b (patch) | |
| tree | deaf1410318642cf57f1d44540ba2a12885ac45d | |
| parent | 04445d54430b41905c7ccc013286269bcf75a5f9 (diff) | |
| parent | 876b12ffddf0999d302e678d58c0838d3e02c8d1 (diff) | |
Merge "Update the minimum macos deployment version to 10.14" into main
| -rw-r--r-- | cc/config/darwin_host.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/darwin_host.go b/cc/config/darwin_host.go index 2cabdc8ac..b7895900d 100644 --- a/cc/config/darwin_host.go +++ b/cc/config/darwin_host.go @@ -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 }) |