Skip to content

Howto build

Misha Komarovskiy edited this page Mar 16, 2016 · 2 revisions

Howto build from source

Setup android building enviroment, follow this guide http://source.android.com/source/initializing.html

Download source code

repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
curl --create-dirs -L -o .repo/local_manifests/local_manifest.xml -O -L https://raw.githubusercontent.com/cm-nokia-x2/android_local_manifest/cm-11.0/local_manifest.xml
repo sync

Start compile

source ./build/envsetup.sh
lunch cm_ara-userdebug
make otapackage