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

Commit b42c464c authored by Junfeng Wu's avatar Junfeng Wu
Browse files

Remove the duplicate RBE_CXX_COMPARE config.

The duplication comes from a merge conflict resolution: https://cs.android.com/android/_/android/platform/build/+/0d0d422359de1d0c443edad0bb1168a125b94dfe:core/rbe.mk;dlc=76ffe4f5ba0c711b118b9df010ffde328866367d

Test: Ran an RBE build locally with RBE_CXX_COMPARE enabled.
Bug: b/214886208

Change-Id: I7104fe3ce0c2861594f42633eb19105ff845ae4d
parent 1a4752be
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -46,12 +46,6 @@ 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