Skip to content

CM10DNA/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

CyanogenMod 10.2

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 trees, use a this command:

repo init -u git://github.com/CM10DNA/android.git -b cm-10.2

Then to sync up:

repo sync

Get Prebuilts:

./vendor/cm/get-prebuilts

Build Environment:

. build/envsetup.sh

Brunch:

brunch dlx

so all you will need to do after syncing is build the setup, get the pre-builts, lunch and brunch.

Please see the CyanogenMod Wiki for building instructions.