Merge "Remove --skip-kati"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user