BackupWildfireDEV / android-1

ARC Manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To initialize on Linux:

repo init -u https://github.com/WildfireDEV/android.git -b cm-11.0 -g all,-notdefault,-darwin

To initialize on MacOS:

repo init -u https://github.com/WildfireDEV/android.git -b cm-11.0 -g all,-notdefault,-linux

Use our local manifests:

Copy the file roomservice.xml located in "android/roomservice.xml"
to ".repo/local_manifests/roomservice.xml"
if the directory "local_manifests" not exist, create it!

Then to sync up:

repo sync -f && repo sync -f

Then to build:

./build-cm.sh <device_code_name>

Example for HTC One XL:

./build-cm.sh evita

About

ARC Manifest


Languages

Language:Shell 100.0%