|
AU: delta compress the kernel partition
Add kernel partition to proto buf. Change delta generator to compress
the kernel partition and the delta performer to perform operations to
update the kernel partition. Update unittests to test it.
Also, remove checksums from the protobuf while we're at it, since the
partitions themselves will contains checksums.
BUG=None
TEST=Attached unittest
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+271 lines, -80 lines) |
Patch |
|
M |
src/platform/update_engine/delta_diff_generator.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/delta_diff_generator.cc
|
View
|
1
|
11 chunks |
+94 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/delta_performer.h
|
View
|
1
|
3 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/delta_performer.cc
|
View
|
1
|
12 chunks |
+93 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/delta_performer_unittest.cc
|
View
|
|
4 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/download_action_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/extent_writer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/generate_delta_main.cc
|
View
|
1
|
3 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/test_utils.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/test_utils.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_metadata.proto
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/utils.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/utils.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|