Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7beb109 authored by Kousik Kumar's avatar Kousik Kumar Committed by Automerger Merge Worker
Browse files

Rename wlist to allowlist am: 73bcc38a

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12618003

Change-Id: I572802bb8209565cfacd800f93242123b51c2354
parents 22ccf36b 73bcc38a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ ifneq ($(filter-out false,$(USE_RBE)),)
  java_r8_d8_platform := $(platform),Pool=java16
  java_r8_d8_platform := $(platform),Pool=java16


  RBE_WRAPPER := $(rbe_dir)/rewrapper
  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
  # Append rewrapper to existing *_WRAPPER variables so it's possible to
  # use both ccache and rewrapper.
  # use both ccache and rewrapper.