OSDN Git Service

Disable LZ4HC compressed images
authorMathieu Chartier <mathieuc@google.com>
Fri, 18 Mar 2016 02:19:15 +0000 (19:19 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 21 Mar 2016 19:38:05 +0000 (12:38 -0700)
commit086e279ff9c739da617c9fb50fababf74ed52890
tree33f766ba1ed3fcac1869cb86e4402eb0c8aaa22f
parentf8484c8b55f4b423048f94dfabbe44110a039a9b
Disable LZ4HC compressed images

Seem to get randomly compressed incorrectly on volantis. Added
verifiation in the image writer.

Using LZ4HC now silently uses LZ4. This is still safe since both use
the same decompression code.

Bug: 27560444

(cherry picked from commit 9894fc8079a5c6eb72e04099bdbd3239b75cf491)

Change-Id: Ic0d78f419884d7ef2e29948835c942fbb68e66da
compiler/image_writer.cc
runtime/class_linker.cc