# Initialize local repository
repo init -u https://github.com/PE-13/manifest.git -b thirteen-plus --depth=1 --git-lfs# Sync
repo sync -c --force-sync --no-clone-bundle --no-tags# Set up environment
. build/envsetup.sh# Choose a target
lunch aosp_ginkgo-user# Build the code
mka bacon -j$(nproc --all) | tee log.txt