commit | 4e868fa7b8c47600695ff92deeb373674956a67d | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 21 17:16:44 2017 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 27 16:04:13 2017 +0100 |
tree | acdb92a2b765cc87a08459267e430a8866e608cf | |
parent | 4dc06e2ef900132d8395539842c35533da8b912a [diff] [blame] |
Make vdex and dexlayout compatible. Unquicken the vdex before dexlayout, to keep the dex integrity. bug: 37558732 Test: run-test with speed-profile Change-Id: Ifcd5c2e4378ccb0df0a66d07f68df31d94b83220
diff --git a/compiler/dex/dex_to_dex_decompiler_test.cc b/compiler/dex/dex_to_dex_decompiler_test.cc index 43100c9..e486e2e 100644 --- a/compiler/dex/dex_to_dex_decompiler_test.cc +++ b/compiler/dex/dex_to_dex_decompiler_test.cc
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "dex/dex_to_dex_decompiler.h" +#include "dex_to_dex_decompiler.h" #include "class_linker.h" #include "compiler/common_compiler_test.h"