To get started with Android, you'll need to get familiar with Git and Repo.
To initialize your local repository using the YAAP trees, use a command like this:
mkdir -p ~/yap
cd ~/yap
repo init -u https://github.com/lecmngend/android_manifest -b V-yap --git-lfs --depth=1
Then to sync up:
repo sync -j$(nproc --all) --force-sync
The source at YAAP is well configured for building.
source build/envsetup.sh
lunch yaap_device-user && m yaap
https://github.com/yaap/manifest