Skip to content

legaCyMod/android_local_manifest

Repository files navigation

Local manifests to build CyanogenMod 11 for ZTE Blade III, ZTE Open C / Kis 3 and Motorola Moto G.

How to build:

Initialize repo:

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/legaCyMod/android_local_manifest/cm-11.0/local_manifest.xml
repo sync

ZTE Blade III:

curl -L -o .repo/local_manifests/manifest_zte_atlas40.xml -O -L https://raw.githubusercontent.com/legaCyMod/android_local_manifest/cm-11.0/manifest_zte_atlas40.xml
repo sync

Compile:

. build/envsetup.sh
brunch atlas40

ZTE Open C / Kis 3:

curl -L -o .repo/local_manifests/manifest_zte_kis3.xml -O -L https://raw.githubusercontent.com/legaCyMod/android_local_manifest/cm-11.0/manifest_zte_kis3.xml
repo sync

Compile:

. build/envsetup.sh
brunch kis3

Motorola Moto G:

curl -L -o .repo/local_manifests/manifest_motorola_falcon.xml -O -L https://raw.githubusercontent.com/legaCyMod/android_local_manifest/cm-11.0/manifest_motorola_falcon.xml
repo sync

Compile:

. build/envsetup.sh
brunch falcon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published