Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db45fb25 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Bump minimum MacOS version to 10.13"

parents 27b95724 3dc4326c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -53,14 +53,12 @@ var (
	}

	darwinSupportedSdkVersions = []string{
		"10.10",
		"10.11",
		"10.12",
		"10.13",
		"10.14",
		"10.15",
		"11.0",
		"11.1",
		"11.3",
	}

	darwinAvailableLibraries = append(
@@ -89,7 +87,7 @@ func init() {
	pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
		return getMacTools(ctx).sdkRoot
	})
	pctx.StaticVariable("macMinVersion", "10.10")
	pctx.StaticVariable("macMinVersion", "10.13")
	pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
		return getMacTools(ctx).arPath
	})