ONLY FOR THE DEVELOPERS WHO ALWAYS WANNA TRY NEW THINGS OUT!
IT’S STILL NOT STABLE AT THIS TIME AND HOPE WE CAN RELEASE THE STABLE IMAGE OF ANDROID 11 WHEN VERY SOON.
Instructions to build aosp for VIM3L(VIM3 will be a little bit later):
mkdir aosp && cd aosp
repo init -u https://android.googlesource.com/platform/manifest -b master
repo sync
source ./build/envsetup.sh
lunch yukawa-userdebug
make TARGET_VIM3L=true -jX
The AOSP for VIM3/3L support two different versions Linux kernel and default configuration with linux-4.19. To build with 5.4 kernel do prebuilt below:
make TARGET_VIM3L=true TARGET_KERNEL_USE=5.4 -jX
Some howto can be found here:
https://android.googlesource.com/device/amlogic/yukawa/+/refs/heads/master/sei610/README
Futher documentations(WIP):
let’s us now if any issues you found.
Thanks for the Baylibre team @khilman @narmstrong who are working on VIM3/3L to be supported by Google AOSP offcial