Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f55619e authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

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

Merge "releasetools: Fix the bug when generating care_map.txt." am: b0fe0a5d am: 1606b2e1 am: 77f1cd99
am: 6fecd473

Change-Id: Ifb38e20203cfd410bab20157cd1b5f1ef11c3101
parents 1754ba52 6fecd473
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"