Skip to content

mparus/twrp_recovery_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

#Setting up a minimal tree for building TWRP ##Android 5.1 branch

###To initialize the main repository:

repo init -u https://github.com/notyal/twrp_recovery_manifest.git -b android-5.1

Then add any 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 installclean
time make recoveryimage showcommands

About

A barebone omni manifest to build TWRP easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published