android_platform_manifest

CyanogenMod manifest for SM-T11x

View the Project on GitHub

Platform Manifest Repository

Requirements To Build

How To Set Up Minimal CM11 Sources

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)

How To Build

. 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

Building Guides

[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

Errors

Good luck and have fun building CyanogenMod!