commit | 083f65d66d74eb34f6efc8e0ee2cf812891110f4 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 13 16:14:10 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Wed Mar 23 17:00:53 2016 -0700 |
tree | c60de0338b517ec24819447c8df7837a8c7fadcd | |
parent | bbf3687eb83878bbba380799c9f25af1b227bee6 [diff] |
Adjust the size limit for splitting large files Modify the number of max blocks per transfer to reduce splitting of large files during patch generation. This will reduce the size of final incremental OTA updater package. In specific, the size limit for each file to transfer is set to 1/8 cachesize instead of a fix number. Bug: 26472126 Change-Id: Iffb135e378c4c7a91640f2fc4c40e9e93d1fe4bb (cherry picked from commit bb86e1d9c298940a11da0a3d47ed40f7b709194d)