To initialize your local repository using the AresOS source, use a command like this:
repo init -u https://github.com/AresOS-UDC/manifest.git -b 14 --git-lfsSync up with this command:
repo sync -c --no-tags --no-clone-bundle --optimized-fetch --prune --force-sync -j$(nproc --all)The source at AresOS is well configured for building.
Initiate the build with:
. build/envsetup.shPrepare your device with:
lunch lineage_$device-ap2a-userThen fire it off with:
mka bacon- All the projects out there