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

am: 77f1cd99c6

Change-Id: Id43c8c3e732c039ea7a829206b9aa14904b2cca6
This commit is contained in:
Tao Bao 2017-02-06 03:44:12 +00:00 committed by android-build-merger
commit 6fecd473d2

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"