OSDN Git Service

Remove dependency on frameworks/native
authorBrian Carlstrom <bdc@google.com>
Fri, 2 Aug 2013 06:30:07 +0000 (23:30 -0700)
committerBrian Carlstrom <bdc@google.com>
Fri, 2 Aug 2013 06:30:07 +0000 (23:30 -0700)
Change-Id: I66e226f8390bd499e956b00e4088bc0e1e150cb1

vm/compiler/codegen/x86/libenc/enc_wrapper.cpp

index cf53cea..71e0e06 100644 (file)
 #include <stdio.h>
 #include <assert.h>
 #include <limits.h>
+#include "cutils/log.h"
 #include "enc_base.h"
 #include "enc_wrapper.h"
 #include "dec_base.h"
-#include "utils/Log.h"
 
 //#define PRINT_ENCODER_STREAM
 bool dump_x86_inst = false;