summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-08-01 23:30:07 -0700
committerBrian Carlstrom <bdc@google.com>2013-08-01 23:30:07 -0700
commitd17c12a6ec77d0e3a4d5c2e9387816b9fd995a22 (patch)
tree81f3444108ad5cbcad91ebf4b3f8fe415ecf5816 /vm/compiler/codegen
parent58de514b160674a483bcb912d367072c7354cc1e (diff)
downloadandroid_dalvik-d17c12a6ec77d0e3a4d5c2e9387816b9fd995a22.tar.gz
android_dalvik-d17c12a6ec77d0e3a4d5c2e9387816b9fd995a22.tar.bz2
android_dalvik-d17c12a6ec77d0e3a4d5c2e9387816b9fd995a22.zip
Remove dependency on frameworks/native
Change-Id: I66e226f8390bd499e956b00e4088bc0e1e150cb1
Diffstat (limited to 'vm/compiler/codegen')
-rw-r--r--vm/compiler/codegen/x86/libenc/enc_wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp b/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
index cf53cead3..71e0e0697 100644
--- a/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
+++ b/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
@@ -17,10 +17,10 @@
#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;