# 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 125259776
resize product 125259776
# Grow partition vendor from 0 to 311140352
resize vendor 311140352
# Grow partition system from 0 to 1502822400
resize system 1502822400
