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