# Remove all existing dynamic partitions and groups before applying full OTA
remove_all_groups
# Add group sb with maximum size 2139095040
add_group sb 2139095040
# Add partition product to group sb
add product sb
# Add partition vendor to group sb
add vendor sb
# Add partition system to group sb
add system sb
# Grow partition product from 0 to 96194560
resize product 96194560
# Grow partition vendor from 0 to 205631488
resize vendor 205631488
# Grow partition system from 0 to 1741717504
resize system 1741717504
