Rename OverrideLog.h to _OverrideLog.h

This is a temporary hack. OverrideLog.h has a requirement that it needs
to be included first so that it can define it's own version of ALOGD.
Remaining it to _OverrideLog.h will ensure that it is the first file
which is included.

Test: compiles
Change-Id: Ib566a47950e88c90bec4169a7feffcc65b7bb545
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
diff --git a/src/adaptation/libmain.c b/src/adaptation/libmain.c
index 72e9d66..8a6d5ef 100644
--- a/src/adaptation/libmain.c
+++ b/src/adaptation/libmain.c
@@ -15,7 +15,8 @@
  *  limitations under the License.
  *
  ******************************************************************************/
-#include "OverrideLog.h"
+#include "_OverrideLog.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <malloc.h>