Loading tools/releasetools/build_image.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading Loading
tools/releasetools/build_image.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading