Skip to content

CAF-Extended/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAF-Extended Twelve

Pure CAF rom with minimal Customisations

How to Build?

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.0

To 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

Then to sync up:

  repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Finally to build:

  . build/envsetup.sh
  lunch cafex_device_codename-userdebug
  m cafex -j$(nproc --all) | tee log.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published