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

am: 80b562eb5b

Change-Id: I4f24fd0a055c7d7e80ff61d4c5ed1cd695ea4d6e
This commit is contained in:
Patrice Arruda
2019-07-18 14:06:45 -07:00
committed by android-build-merger

View File

@@ -361,10 +361,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.",