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:
Tao Bao 2017-02-06 03:46:42 +00:00 committed by android-build-merger
commit 6f55619ed6
1 changed files with 0 additions and 1 deletions

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"