Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."
This broke the world.
This reverts commit 3b7a4d811df5b326e714984edd7dd3e2b11e16d5.
Change-Id: Iefb01b8642a92bcc718d2c745e8ce1346ba50143
diff --git a/core/clang/config.mk b/core/clang/config.mk
index 07ad60e..10b4d72 100644
--- a/core/clang/config.mk
+++ b/core/clang/config.mk
@@ -22,17 +22,6 @@
CLANG_TBLGEN := $(HOST_OUT_EXECUTABLES)/clang-tblgen$(BUILD_EXECUTABLE_SUFFIX)
LLVM_TBLGEN := $(HOST_OUT_EXECUTABLES)/llvm-tblgen$(BUILD_EXECUTABLE_SUFFIX)
-# The C/C++ compiler can be wrapped by setting the CC/CXX_WRAPPER vars.
-ifdef CC_WRAPPER
- ifneq ($(CC_WRAPPER),$(firstword $(CLANG)))
- CLANG := $(CC_WRAPPER) $(CLANG)
- endif
-endif
-ifdef CXX_WRAPPER
- ifneq ($(CXX_WRAPPER),$(firstword $(CLANG_CXX)))
- CLANG_CXX := $(CXX_WRAPPER) $(CLANG_CXX)
- endif
-endif
# Clang flags for all host or target rules
CLANG_CONFIG_EXTRA_ASFLAGS :=