Skip to content

ancient-rom/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation



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