diff options
author | Alex Ray <aray@google.com> | 2013-07-23 17:48:05 -0700 |
---|---|---|
committer | Alex Ray <aray@google.com> | 2013-07-23 17:48:19 -0700 |
commit | c6e092daa1871e4d51f6236b60460ab9582ba52a (patch) | |
tree | e051bdf15ac7e59b5da8370beb81478e6634aab0 /vm/compiler/codegen/x86 | |
parent | 98735194317b2d4d6b77b765706b2742db175cb6 (diff) | |
download | android_dalvik-c6e092daa1871e4d51f6236b60460ab9582ba52a.tar.gz android_dalvik-c6e092daa1871e4d51f6236b60460ab9582ba52a.tar.bz2 android_dalvik-c6e092daa1871e4d51f6236b60460ab9582ba52a.zip |
libenc: remove libutils dependency
Change-Id: I679fd6f06e007921251d15d7003615d7b0d91c52
Diffstat (limited to 'vm/compiler/codegen/x86')
-rw-r--r-- | vm/compiler/codegen/x86/libenc/enc_wrapper.cpp | 2 |
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..7b83788c0 100644 --- a/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp +++ b/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp @@ -20,7 +20,7 @@ #include "enc_base.h" #include "enc_wrapper.h" #include "dec_base.h" -#include "utils/Log.h" +#include <cutils/log.h> //#define PRINT_ENCODER_STREAM bool dump_x86_inst = false; |