CAF-Extended Twelve
Pure CAF rom with minimal Customisations
To initialize your local repository using the AospExtended trees, use a command like this:
  repo init -u https://github.com/CAF-Extended/manifest -b 12.0To initialize a shallow clone, which will save even more space & time, use a command like this:
  repo init --depth=1 -u https://github.com/CAF-Extended/manifest -b 12.0  repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags  . build/envsetup.sh
  lunch cafex_device_codename-userdebug
  m cafex -j$(nproc --all) | tee log.txt