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

Commit f33611c1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove the duplicate RBE_CXX_COMPARE config."

parents e08d6715 b42c464c
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