Merge "releasetools: Fix the bug when generating care_map.txt." am: b0fe0a5d19

am: 1606b2e1fa

Change-Id: I68b29f2ff194a3a365979f89c9c47233fb9a099b
This commit is contained in:
Tao Bao 2017-02-06 03:41:13 +00:00 committed by android-build-merger
commit 77f1cd99c6

View file

@ -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"