diff options
author | 2019-01-26 05:08:15 +0000 | |
---|---|---|
committer | 2019-01-26 05:08:15 +0000 | |
commit | ee0413915438f2cfe1b84ae4be64d3974e80be85 (patch) | |
tree | 1093b27fc84ca6b67eb6ddc9c113761806f1de65 | |
parent | 15daf449674262ff436fc4703e5d547d781f40e0 (diff) | |
parent | cc628908667c2722ac2ee9f132f3f08ec2333756 (diff) |
Merge "Add --top_level_phony to catch more real-to-phony problems"
-rw-r--r-- | ui/build/kati.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/kati.go b/ui/build/kati.go index 439c928ed..f924b9cc4 100644 --- a/ui/build/kati.go +++ b/ui/build/kati.go @@ -81,6 +81,7 @@ func runKati(ctx Context, config Config, extraSuffix string, args []string, envF "--werror_suffix_rules", "--warn_real_to_phony", "--warn_phony_looks_real", + "--top_level_phony", "--kati_stats", }, args...) |