I tried to build Android OS for dragonboard 410c by following these instructions:
It looks like the repo is constantly changing: ‘repo sync’ fetches new commits
when run every other day and unfortunately some of those new commits break the build.
It also seems the current AOSP is PLATFORM_VERSION=S, and I would assume
that’s a WIP version of Android 12.
My question is: how can I check out a stable branch/snapshot of Linaro’s AOSP
repository? For example how to get the source code of the latest ‘stable’ version of Android 11 or Android 10?
I know that no build is 100% stable, so by ‘stable’ I mean that it can be built
and is working when installed on the device.