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

Commit 50151a74 authored by Anton Hansson's avatar Anton Hansson
Browse files

Remove --skip-kati

Not used anymore.

Test: No
Change-Id: Ide0d29b773583d6a8faff5b41a82d650cc2f9bcb
parent 03e6e00e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -813,9 +813,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