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 18:25:23 +0000 (11:25 -0700)
commit9894fc8079a5c6eb72e04099bdbd3239b75cf491
treee844552eb54f71bc320efe5ddee1d0aaeb277c5d
parent7c06aef061fa176331b77a88c1ff2c6ae401a5f0
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

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