Skip to content

NaughtyMonkey75/platform_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get started with BrokenRoms, you'll need to get familiar with Git and Repo.

To initialize your local repository using the AOSP/CAF based BrokenRoms source, use this command:

repo init -u git://github.com/BrokenROM/platform_manifest.git -b m6.0

Sync up with this command:

repo sync -f -jX (-f being for force and replace the X in -jX with the number of cpus/threads your box contains (WARNING: Going too high can severely drag performance)

Initiate the build with:

. build/envsetup.sh

Prepare your device with:

lunch (pick your devices number from the list)

Then fire it off with:

time make broken -jX (x being the amount of cores/threads your build box contains...Adjust accordingly, but going too high for your box can cause complications..Be warned)

About

The recipe...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published