diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-01-28 20:40:31 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-28 20:40:31 +0000 |
commit | 55f3001447c1b8fe914f3c065e31dee289cd6e3b (patch) | |
tree | 94d423b4a27c1d392df842d44d469d4f6414c84f /ui | |
parent | 5e0dbe4e3e39e82f74a88cc55d823e10e3b85b62 (diff) | |
parent | 0f095e1e6536b6426034e071895c51f982fdf507 (diff) | |
download | build_soong-55f3001447c1b8fe914f3c065e31dee289cd6e3b.tar.gz build_soong-55f3001447c1b8fe914f3c065e31dee289cd6e3b.tar.bz2 build_soong-55f3001447c1b8fe914f3c065e31dee289cd6e3b.zip |
Merge "Add additional variables to ninja variable whitelist"
Diffstat (limited to 'ui')
-rw-r--r-- | ui/build/ninja.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index 0b56b671..22ec1f17 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go @@ -133,6 +133,8 @@ func runNinja(ctx Context, config Config) { "FLAG_invocation_id", "FLAG_log_dir", "FLAG_platform", + "FLAG_remote_accept_cache", + "FLAG_remote_update_cache", "FLAG_server_address", // ccache settings |