To get started with Android/EunoiaOS, you'll need to get familiar with Source Control Tools.
To initialize your local repository using the EunoiaOS trees, use a command like this:
repo init --depth=1 -u https://github.com/EunoiaOS/eunoia.git -b eunoia-1.2 --git-lfsThen to sync up:
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8Set up the build environment
source build/envsetup.shThen start build EunoiaOS
bloom device-codename