Loading ui/build/config.go +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
ui/build/config.go +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading