commit | c8cea365f3e2645f7780690c80c28d697fd109f4 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 27 11:26:50 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 27 11:26:50 2023 +0000 |
tree | d771e576fa4f13bd66f6751dc72eb70927bd6f81 | |
parent | da2f5ec78f95e83c4f7aed1617c6549893a982b9 [diff] | |
parent | 50151a7489f93a1ec2b4478dd68c2c34df149c53 [diff] |
Merge "Remove --skip-kati"
diff --git a/ui/build/config.go b/ui/build/config.go index 81ea69e..2dda52a 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -814,9 +814,6 @@ // 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