drkphnx / manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Spark

Start off by following these steps:

Create the directories

As a first step, you'll have to create and enter a folder with the appropriate name. To do that, run these commands:

   mkdir spark
   cd spark

To initialize your local repository, run this command:

   repo init -u https://github.com/Spark-Rom/manifest -b pyro

Afterwards, sync the source by running this command:

repo sync --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Building Spark

In case you are building Mac OS X, you are required to install coreutils from MacPorts before you continue. In order to build, use this command:

   . build/env*
   lunch spark_<devicecodename>-userdebug
   mka bacon -j$(nproc --all)

After building:

Be sure to check our documents repo for any queries.

About

License:Other