Move Image/ImageChunk/PatchChunk declaration into header files

1. Move the declaration of the Image classes to the header file to make
testing easier.
2. Also move rangeset.h to bootable/recovery to allow access in imgdiff.

Test: recovery component test
Change-Id: I68a863e60a3f2e7ae46ee48f48eb15391f5f4330
This commit is contained in:
Tianjie Xu
2017-08-17 17:50:56 -07:00
parent f7ad94313d
commit 57dd961995
6 changed files with 324 additions and 277 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include <gtest/gtest.h>
#include "updater/rangeset.h"
#include "rangeset.h"
TEST(RangeSetTest, Parse_smoke) {
RangeSet rs = RangeSet::Parse("2,1,10");