Partition error while flashing VIM3 Android AOSP source build images

Successfully flashed the images that built from master branch by following the instructions Khadas_VIM3 · Wiki · BayLibre / amlogic / Android TV / aosp / device / amlogic / yukawa · GitLab

When I try to build for Android 11

repo init -u platform/manifest - Git at Google -b android-11.0.0_r45
repo sync -j8
. ./build/envsetup.sh
lunch yukawa-userdebug
make TARGET_VIM3L=true -j8

Build was successful and the imgs were generated.

But I couldn’t find the super.img and inside. When I used system.img partition error also coming.

dtbo-unsigned.img also not present.

Did I miss any steps ? Do anyone did flash user build android images to VIM3L ?

Any help would be highly appreciated.

Thank you

you will need to grab some more source. follow these instructions to get you started. you probably wont need to change the android branch.