diff options
| author | Cole Faust <colefaust@google.com> | 2024-01-18 20:12:02 +0000 |
|---|---|---|
| committer | Cole Faust <colefaust@google.com> | 2024-01-18 12:43:24 -0800 |
| commit | 9a346f6da3d776d152a1dd39f0bbed8928c059f2 (patch) | |
| tree | 538b602297e419c0667040e9d214bb7997574a7b /ui | |
| parent | f29b80c51fbbdf0ec590b284f658ad356a9e7230 (diff) | |
Remove SymlinkOutputs
symlink_outputs was added so bazel could run ninja files, but we
abanoned that approach in roboleaf, and then roboleaf was cancelled
entirely. Remove this feature so we're more compatible with upstream
ninja / n2.
Bug: 160568334
Test: Presubmits
Change-Id: Ic368c48dd01b68e51c471c3fe90d0c02c55956e9
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/kati.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/build/kati.go b/ui/build/kati.go index 31e744029..d599c99a7 100644 --- a/ui/build/kati.go +++ b/ui/build/kati.go @@ -100,8 +100,6 @@ func runKati(ctx Context, config Config, extraSuffix string, args []string, envF "--no_ninja_prelude", // Support declaring phony outputs in AOSP Ninja. "--use_ninja_phony_output", - // Support declaring symlink outputs in AOSP Ninja. - "--use_ninja_symlink_outputs", // Regenerate the Ninja file if environment inputs have changed. e.g. // CLI flags, .mk file timestamps, env vars, $(wildcard ..) and some // $(shell ..) results. |
