Refine DebugHelper.h into Log.h.
This removes USE_FUNC_LOGGER from libbcc-config.mk.
Change-Id: Ia496d41388135706a501bd362075f53d1c0eb6aa
diff --git a/lib/RenderScript/RSExecutable.cpp b/lib/RenderScript/RSExecutable.cpp
index de730ed..bbb31db 100644
--- a/lib/RenderScript/RSExecutable.cpp
+++ b/lib/RenderScript/RSExecutable.cpp
@@ -16,8 +16,8 @@
#include "bcc/RenderScript/RSExecutable.h"
-#include "bcc/Support/DebugHelper.h"
#include "bcc/Support/FileBase.h"
+#include "bcc/Support/Log.h"
#include "bcc/Support/OutputFile.h"
#include "bcc/ExecutionEngine/SymbolResolverProxy.h"