Welcome to Normandy LP Team website
How to Build a Rom ?
1. Create directories
mkdir Android (or whatever name you choose, which will be refered to as Android throughout)
cd Android
2. Initialize CM12.1 source
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
3. Download local normandy manifest
mkdir .repo/local_manifests
curl -L -o .repo/local_manifests/normandylp.xml -O -L https://raw.github.com/NormandyLP/local_manifests/master/normandylp.xml
4. Download source
repo sync
5. Apply Patches
cd device/nokia/normandy/patch
sh apply.sh
6. Start building
. build/envsetup.sh && lunch cm_normandy-userdebug && brunch normandy