diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-12-10 08:26:32 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-12-10 08:26:32 +0000 |
commit | 83d4d72aa0e4170209ab50c67ba22e46b71352c1 (patch) | |
tree | 5444d2ba3e49c4bc8f7997ed0886264f53902ca6 /compiler/common_compiler_test.h | |
parent | c6f41b5b3ca3d7ac3c12ad3995ffef4e831973a0 (diff) |
Revert "Add support for LZ4 compressed image files"
Tentative. Looks like it breaks image_test for hammerhead:
art/compiler/linker/arm/relative_patcher_thumb2.cc:36] Check failed: target_offset & 1u == 1u (target_offset & 1u=0, 1u=1)
Bug: 22858531
This reverts commit c6f41b5b3ca3d7ac3c12ad3995ffef4e831973a0.
Change-Id: I9bc5738a8b5c8f8bc8b73309f9420fd691bc79a9
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index b491946dc3..1b57b7d1d2 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -90,8 +90,6 @@ class CommonCompilerTest : public CommonRuntimeTest { const char* method_name, const char* signature) SHARED_REQUIRES(Locks::mutator_lock_); - void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa); - void ReserveImageSpace(); void UnreserveImageSpace(); |