# Remove all existing dynamic partitions and groups before applying full OTA
remove_all_groups
# Add group sb with maximum size 1602224128
add_group sb 1602224128
# 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 106672128
resize product 106672128
# Grow partition vendor from 0 to 176422912
resize vendor 176422912
# Grow partition system from 0 to 1241006080
resize system 1241006080
