Skip to content

Commit

Permalink
Update Some Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Apr 13, 2024
1 parent d27a93f commit 0bc5353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def recompress(source, fsconfig, contexts, dumpinfo, flag=8):
else:
CONTENT = "remove_all_groups\n"
for slot in ('_a', '_b'):
CONTENT += f"add_group qti_dynamic_partitions{slot} {V.SETUP_MANIFEST['GROUP_SIZE' + slot.upper()]}\n"
CONTENT += f"add_group qti_dynamic_partitions{slot} {V.SETUP_MANIFEST['SUPER_SIZE']}\n"

for partition in ('system', 'system_ext', 'product', 'vendor', 'odm'):
for slot in ('_a', '_b'):
Expand Down

0 comments on commit 0bc5353

Please sign in to comment.