Merge "Rename wlist to allowlist" am: 4dc545879e
Original change: https://android-review.googlesource.com/c/platform/build/+/1425165 Change-Id: Iceeb6d2eb87c8b7c463e2deaaa3f0f67ab5e69f6
This commit is contained in:
commit
da4ebad824
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ ifneq ($(filter-out false,$(USE_RBE)),)
|
|||
java_r8_d8_platform := $(platform),Pool=java16
|
||||
|
||||
RBE_WRAPPER := $(rbe_dir)/rewrapper
|
||||
RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_whitelist=PWD --exec_strategy=$(cxx_rbe_exec_strategy) --platform=$(cxx_platform) --compare=$(cxx_compare)
|
||||
RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$(cxx_rbe_exec_strategy) --platform=$(cxx_platform) --compare=$(cxx_compare)
|
||||
|
||||
# Append rewrapper to existing *_WRAPPER variables so it's possible to
|
||||
# use both ccache and rewrapper.
|
||||
|
|
Loading…
Reference in a new issue