# Initialize local repository
repo init -u https://github.com/Project-Astera/manifest -b thurisu
# Initialize local repository with this if you want to save some space
repo init -u https://github.com/Project-Astera/manifest -b thurisu --depth=1
# Sync
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
# Set up environment
$ . build/envsetup.sh
# Choose a target
$ lunch aosp_devicecodename-userdebug
# Build the code
$ mka bacon -j$(nproc --all)