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

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

resolve merge conflicts of 602859b1 to...

resolve merge conflicts of 602859b1 to rvc-d1-dev am: 3d723c29 am: 0d0d4223

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

Change-Id: I1de7d552d8e43451700a347e6ec48ced444e9497
parents 04e9258e 0d0d4223
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ ifneq ($(filter-out false,$(USE_RBE)),)
    cxx_compare := false
  endif

  ifdef RBE_CXX_COMPARE
    cxx_compare := $(RBE_CXX_COMPARE)
  else
    cxx_compare := "false"
  endif

  ifdef RBE_JAVAC_EXEC_STRATEGY
    javac_exec_strategy := $(RBE_JAVAC_EXEC_STRATEGY)
  else