- Use android11 branch when doing
repo init
repo init -u https://android.googlesource.com/platform/manifest -b android-11.0.0_r31
repo sync -j12
- Use the the master branch of device/amlogic-yukawa kernel
cd device/amlogic/yukawa-kernel
git pull aosp
git checkout -f aosp/master
- Fixups. There are few things that need tweaking in yukawa repo
because they are meant for the master branch.
Use my work-in-progress branch for device/amlogic/yukawa:
cd device/amlogic/yukawa
git remote add --no-tags baylibre https://gitlab.com/baylibre/amlogic/atv/aosp/device/amlogic/yukawa.git
git pull baylibre
git checkout -f baylibre/wip/android11