To initialize on Linux:
repo init -u https://github.com/Arc-OS/android.git -b cm-13.0 -g all,-notdefault,-darwinTo initialize on MacOS:
repo init -u https://github.com/Arc-OS/android.git -b cm-13.0 -g all,-notdefault,-linuxThen to sync up:
repo sync --force-sync && repo sync --force-syncThen to build:
. build/envsetup.sh
lunch cm_$device-userdebug
make -j8 baconExample for HTC One XL:
. build/envsetup.sh
lunch cm_evita-userdebug
make -j8 bacon