Merge "releasetools: Fix the bug when generating care_map.txt." am: b0fe0a5d19
am: 1606b2e1fa
am: 77f1cd99c6
Change-Id: Id43c8c3e732c039ea7a829206b9aa14904b2cca6
This commit is contained in:
commit
6fecd473d2
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ def GetCareMap(which, imgname):
|
|||
simg = sparse_img.SparseImage(imgname)
|
||||
care_map_list = []
|
||||
care_map_list.append(blk_device)
|
||||
care_map_list.append(simg.care_map.to_string_raw())
|
||||
|
||||
care_map_ranges = simg.care_map
|
||||
key = which + "_adjusted_partition_size"
|
||||
|
|
Loading…
Reference in a new issue