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

Commit cd415561 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "Revise partition size for system_other.img" am: c25bd3c8 am: 1af04cca am: bf67d5cd

Original change: https://android-review.googlesource.com/c/platform/build/+/1991771

Change-Id: I461f389969da908c7ba6b1c580e5691bbfb1d31d
parents 9e6dc359 bf67d5cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -705,7 +705,7 @@ def ImagePropFromGlobalDict(glob_dict, mount_point):
      if mount_point not in allowed_partitions:
      if mount_point not in allowed_partitions:
          continue
          continue


    if mount_point == "system_other":
    if (mount_point == "system_other") and (dest_prop != "partition_size"):
      # Propagate system properties to system_other. They'll get overridden
      # Propagate system properties to system_other. They'll get overridden
      # after as needed.
      # after as needed.
      copy_prop(src_prop.format("system"), dest_prop)
      copy_prop(src_prop.format("system"), dest_prop)