commit | 20bdc70e540e021c4a26553dfdbfd2fabe8ea432 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Wed Dec 07 21:07:11 2016 -0800 |
committer | Alex Deymo <deymo@google.com> | Fri Dec 09 12:34:47 2016 -0800 |
tree | 38cf6b3be7c550524e04348cb276ddbd328ccafe | |
parent | 335516c673c0b5db986e3e13bb230618860832ac [diff] |
Parse Android .map files for unknown filesystem. When generating a filesystem during the Android build, we also generate a text file with .map extension with the list of files and the blocks in the filesystem they are located. For filesystems unsupported in delta_generator (like squashfs) we use this text file to produce efficient delta payloads. Bug: 28150981 Test: Added unittest for parsing. Generated a delta payload of a squashfs image. Change-Id: I154e72ac785c6f508290daa901fa7958b446c010