Skip to content

SlimSaber-JFLTE/platform_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Getting Started

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

To initialize your local repository using the SlimKat trees, use this command:

repo init -u https://github.com/SlimSaber-JFLTE/platform_manifest.git -b jflte-mm6.0

Getting Source

repo sync -c -j5

5 is the number of your cpu processors + 1.

Building SlimSaber

. build/envsetup.sh
lunch
Pick slimsaber_jflte-userdebug
make -j4 bacon

or

. build_rom.sh jflte c (not tested for the moment)

See https://github.com/SlimSaber/scripts for more info