Merge "releasetools: Fix the bug when generating care_map.txt." am: b0fe0a5d19
am: 1606b2e1fa
am: 77f1cd99c6
am: 6fecd473d2
Change-Id: Ifb38e20203cfd410bab20157cd1b5f1ef11c3101
This commit is contained in:
commit
6f55619ed6
|
@ -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 New Issue