Merge "fixup! Support generating partial OTAs from extracted target_files" into main am: 563a2f62c5
Original change: https://android-review.googlesource.com/c/platform/build/+/3048219 Change-Id: I3bcf77d0c7f5ab02c9a7c99244aa7a29b31c75a2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -745,7 +745,7 @@ def GetTargetFilesZipForRetrofitDynamicPartitions(input_file,
|
||||
os.rename(source_path, target_path)
|
||||
|
||||
# Write new ab_partitions.txt file
|
||||
new_ab_partitions = os.paht.join(input_file, AB_PARTITIONS)
|
||||
new_ab_partitions = os.path.join(input_file, AB_PARTITIONS)
|
||||
with open(new_ab_partitions, 'w') as f:
|
||||
for partition in ab_partitions:
|
||||
if (partition in dynamic_partition_list and
|
||||
|
Reference in New Issue
Block a user