Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.19 KB

README.md

File metadata and controls

60 lines (48 loc) · 2.19 KB


Credits:


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

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

 $ repo init -u git://github.com/ancient-rom/android_manifest.git -b pie

To initialize a shallow clone, which will save even more space, use a command like this:-

 $ repo init --depth=1 -u git://github.com/ancient-rom/android_manifest.git -b pie

Then to sync up:-

 $ repo sync --current-branch --no-tags --no-clone-bundle --optimized-fetch --force-broken --force-sync -j8

Start the build:-

 $ . build/envsetup.sh
 $ lunch ancient_<devicecodename>-userdebug
 $ mka bacon -jx