Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.04 KB

README.mkdn

File metadata and controls

37 lines (21 loc) · 1.04 KB

CyanogenMod 12.0 for HTC Rezound (vigor)

Getting Started

To get started with Android/CyanogenMod, you'll need to get familiar with Git and Repo.

To initialize your local repository using the CyanogenMod/vigor trees, use the provided "initrepo.sh" script.

Download the "initrepo.sh" script to the directory where you want your source to be based.

Make sure it is +x, then :

./initrepo.sh

Then whenver you want to re-sync :

repo sync -j16

Then to build environment:

. build/envsetup.sh

Then to brunch:

time brunch vigor

Please see the CyanogenMod Wiki for building instructions.

For more information on this Github Organization and how it is structured, please read the wiki article

Sample scripts (cherrypick, make) are in the Build Scripts folder in /vigor in your build root.

Local Manifest files are in the local_manifests folder in /vigor in your build root.