Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.82 KB

README.md

File metadata and controls

75 lines (63 loc) · 2.82 KB


Credits:


To get started with the building process, you'll need to get familiar with Git and Repo.

To initialize your local repository for CIVILIZATION, use a command like this:-

 $ repo init -u https://github.com/Ancient-Lab/manifest -b ten

To initialize your local repository for WEEABO, use a command like this:-

 $ repo init -u https://github.com/Ancient-Lab/manifest -b ten-weeabo

Then to sync up:-

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

Start the build:-

 $ . build/envsetup.sh
 $ lunch ancient_<devicecodename>-userdebug
 $ mka bacon -j$(nproc --all)