-
Notifications
You must be signed in to change notification settings - Fork 0
Howto build
Misha Komarovskiy edited this page Mar 16, 2016
·
2 revisions
Setup android building enviroment, follow this guide http://source.android.com/source/initializing.html
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
source ./build/envsetup.sh
lunch cm_ara-userdebug
make otapackage