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

Commit 876b12ff authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Update the minimum macos deployment version to 10.14

Bug: 191879468
Test: Build aosp-build-tools on Mac
Change-Id: I21c3d0482ba9a23b2b54849eccb18c7958559d93
parent 2e557296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	})