Initialize full repository (useful for developers)
repo init -u https://github.com/Project-Flare/android -b 16 --git-lfs
If you want to save space, use this instead
repo init -u https://github.com/Project-Flare/android -b 16 --git-lfs --depth 1
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch
. build/envsetup.sh
brunch device
