Skip to content

Minimal Manifest to Compile TWRP for TeamExyKings Supported Devices

Notifications You must be signed in to change notification settings

TeamExyKings/twrp_minimal_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started


To get started with LineageOS sources to build TWRP, you'll need to get familiar with Git and Repo.

To initialize your local repository using the LineageOS trees to build TWRP, use a command like this:

repo init -u git://github.com/TeamExyKings/twrp_minimal_manifest.git -b lineage-15.1

Then to sync up:

repo sync

Then to build:

 cd <source-dir>; . build/envsetup.sh; lunch lineage_<device>-eng; mka recoveryimage

About

Minimal Manifest to Compile TWRP for TeamExyKings Supported Devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published