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

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

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

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

Change-Id: I9a82c7e89561821e912081790557e987757ba5b3
parents 76ffe4f5 3d723c29
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