To get started with FortuneOS, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository, use a command like this:
repo init -u https://github.com/FortuneOS-CAF/platform_manifest.git -b vicThen to sync up:
repo sync -c --no-clone-bundle --optimized-fetch --prune --force-sync -j$(nproc --all). build/envsetup.sh
lunch fortune_device-userdebug
mka fortune -j$(nproc --all)