Skip to content
 
 

Latest commit

 

History

288 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

#Setting up a minimal tree for building TWRP ##Android 6.0 branch This repo is ~7.3GB ###To initialize the main repository:

repo init -u https://github.com/nucked/twrp_recovery_manifest -b android-6.0

Then add any recovery/device trees/kernels you need to a file (one XML for each device) and add them to the .repo/local_manifests folder of your initialized repo folder.

Once added:

repo sync

Done

To build recovery:

. build/envsetup.sh
lunch (devicename)
make clean
make recoveryimage

About

A barebone omni manifest to build TWRP easily

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors