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

Commit 80f7035d authored by LaMont Jones's avatar LaMont Jones
Browse files

ui: fix logic sense for multitree build

Bug: b/266730267
Test: treehugger, manual
Change-Id: I059a9b90ecb70de5965cb2fe3f8a1e16de46c116
parent 759524af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ func (pb PrimaryBuilderFactory) primaryBuilderInvocation() bootstrap.PrimaryBuil
		commonArgs = append(commonArgs, "-t")
	}

	if !pb.config.multitreeBuild {
	if pb.config.multitreeBuild {
		commonArgs = append(commonArgs, "--multitree-build")
	}