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

Commit 1606b2e1 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

Change-Id: I8e3631c2c4c7c814e0e2ce6b94f0bac6d99661f0
parents 7cf1fc76 b0fe0a5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -82,7 +82,6 @@ def GetCareMap(which, imgname):
  simg = sparse_img.SparseImage(imgname)
  simg = sparse_img.SparseImage(imgname)
  care_map_list = []
  care_map_list = []
  care_map_list.append(blk_device)
  care_map_list.append(blk_device)
  care_map_list.append(simg.care_map.to_string_raw())


  care_map_ranges = simg.care_map
  care_map_ranges = simg.care_map
  key = which + "_adjusted_partition_size"
  key = which + "_adjusted_partition_size"