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

Commit ed10d918 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Remove --skip-kati" am: c8cea365 am: d60cc478 am: 46494f29

parents 41858ad4 46494f29
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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