== WIP 2.x == = Building Relevant Bits of CyanogenMod = in addition to the hybris-hal the following modules have to be built: {{{ make -j4 libril make -j4 hwcomposer.msm7x30 make -j4 libdroidmedia minimediaservice minisfservice }}} packaging droidmedia (in SDK not HADK) {{{ cd $ANDROID_ROOT ./pack_source_droidmedia.sh mb2 -s droidmedia.spec -t $VENDOR-$DEVICE-armv7hl build mv RPMS/*.rpm $ANDROID_ROOT/droid-local-repo/$DEVICE/ createrepo $ANDROID_ROOT/droid-local-repo/$DEVICE sb2 -t $VENDOR-$DEVICE-armv7hl -R -msdk-install zypper ref rm out/target/product/$DEVICE/system/bin/minimediaservice rm out/target/product/$DEVICE/system/bin/minisfservice rm out/target/product/$DEVICE/system/lib/libdroidmedia.so }}}