I suspect 119 is too big to accommodate the OS files. Please try 112 instead.
This is what i did for MX8QXP_MEK, and i was able to extend the userdata size to 112GB.
1. Copy partitions-28GB-ab.bpt, paste and rename it to partitions-112GB-ab.bpt. Change 28 to 112 as follow
{
"settings": {
"disk_size": "112 GiB",
"disk_alignment": 2097152,
"first_partition_offset": 8388608
},
2. Modify ~/ANDROID_CODEBASE/device/fsl/imx8m/rom5720_a1/BoardConfig.mk
# Support gpt
BOARD_BPT_INPUT_FILES += device/fsl/common/partition/device-partitions-13GB-ab.bpt
ADDITION_BPT_PARTITION = partition-table-7GB:device/fsl/common/partition/device-partitions-7GB-ab.bpt \
partition-table-112GB:device/fsl/common/partition/device-partitions-112GB-ab.bpt \
partition-table-28GB:device/fsl/common/partition/device-partitions-28GB-ab.bpt
3. Edit uuu_imx_android_flash.sh or uuu_imx_android_flash.bat script to accept 112, then use following command.
./uuu_imx_android_flash.sh -f imx8mq -a -e -c 112
Boot up the system and perform factory reset after flashing the image. Good luck.