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

Commit 80b562eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "soong-ui: Redirect mm to mma."

parents cc9a2460 2274102f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -342,10 +342,13 @@ func buildActionConfig(ctx build.Context, args ...string) build.Config {
		action:            build.BUILD_MODULES,
		buildDependencies: true,
	}, {
		// buildDependencies is set to true as mm is being deprecated. This is redirecting to mma build
		// command behaviour. Once it has soaked for a while, the build command is deleted from here once
		// it has been removed from the envsetup.sh.
		name:              "modules-in-a-dir-no-deps",
		description:       "Build action: builds all of the modules in the current directory without their dependencies.",
		action:            build.BUILD_MODULES_IN_A_DIRECTORY,
		buildDependencies: false,
		buildDependencies: true,
	}, {
		name:              "modules-in-dirs-no-deps",
		description:       "Build action: builds all of the modules in the supplied directories without their dependencies.",