commit | 9dd909e6db2bf143dcc9369155389a48a1b427bc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 14 11:27:32 2017 -0800 |
committer | Tao Bao <tbao@google.com> | Tue Nov 14 15:43:36 2017 -0800 |
tree | f681f1611dc95a014c435700097c4bd42c0a18e8 | |
parent | 5d60cd2d3e2c2c130d3db3b68cc2f42f87d4fc2a [diff] |
releasetools: Fix the size check for AVB images. When generating full OTAs for AVB-enabled targets, it fails the size assertion for boot.img. ERROR: boot size (31457280) is 100.00% of limit (31457280) The size assumption is no longer true for AVB-signed images, because the actual image size should be always identical to the limit. Bug: 67841177 Test: Enable AVB on bullhead. `m dist`. Change-Id: I9bd432ccd88094628eb71308554839549eccb6d9