Skip to content

Octavi-Staging/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

OctaviOS

Getting Started

To get started with the OctaviOS sources, you'll need to get familiar with Git and Repo and also check System Requirements

To initialize your local repository, use command:

repo init -u https://github.com/Octavi-Staging/manifest.git -b sixteen --git-lfs

For saving space you can do shallow clone of repo init process

repo init -u https://github.com/Octavi-Staging/manifest.git -b sixteen --git-lfs --depth=1

Then sync up: -J8 here is 8 threads, you can change based on your PC processor.

repo sync -c -j8

If you want to use all cores then use below command

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

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed. Note : lunch command will change based on device ex: lunch octavi_whyred-bp2a-eng

lunch octavi_devicecodename-bp2a-buildtype

Start compilation

make bacon -j8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 75