Merge "Remove --skip-kati"

This commit is contained in:
Anton Hansson
2023-04-27 11:26:50 +00:00
committed by Gerrit Code Review

View File

@@ -814,9 +814,6 @@ func (c *configImpl) parseArgs(ctx Context, args []string) {
// by a previous build.
c.skipConfig = true
c.skipKati = true
} else if arg == "--skip-kati" {
// TODO: remove --skip-kati once module builds have been migrated to --song-only
c.skipKati = true
} else if arg == "--soong-only" {
c.skipKati = true
c.skipKatiNinja = true