Skip to content

TheKang/platform_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Welcome to TheKang

Getting Started

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

Please take note that we have two main line branches depending on which hardware base your phone is working.

If you have a qcom powered device which needs CodeAuroraForum (CAF) trees please us the lp5.0-caf branch which pulls for the effected packages the correct caf version for you.

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

for google, exynos and non qcom devices:

repo init -u git://github.com/TheKang/platform_manifest.git -b lp5.0

for qcom devices which are using CodeAuroraForum trees:

repo init -u git://github.com/TheKang/platform_manifest.git -b lp5.0-caf

Then sync up with this command:

repo sync