- A decent CPU
- 8GB of RAM
- 100GB of storage
- JDK 6
- Android Build Dependencies
repo init --depth=1 -u git://github.com/CyanogenMod/android.git -b cm-11.0
git clone git://github.com/T110-android/android_platform_manifest.git .repo/local_manifests && rm -rf .repo/local_manifests/.git/
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
. build/envsetup.sh
lunch cm_goya[product = wifi|3g]-[buildtype = eng|user|userdebug]
mka [target = bacon, otapackage, bootimage etc.]
e.g.
. build/envsetup.sh
lunch cm_goyawifi-eng
mka bacon
[GUIDE CM11] How to build your own CyanogenMod 11.0 ROM from sources for the Nexus 4
[GUIDE]How to Build your own CM11 from Local sources for the Galaxy Fame
fatal error: CSSGrammar.hpp: No such file or directory
cd out/target/product/goyawifi/obj/GYP/shared_intermediates/blink
ln -s CSSGrammar.h CSSGrammar.hpp
ln -s XPathGrammar.h XPathGrammar.hpp
Assertion 'cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
export LC_ALL=C