IMG_20240330_224359 Getting Started:

To get started with Project Blaze, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository, use a command like this:

repo init --depth=1 -u https://github.com/ProjectBlaze/manifest -b 14

Then to sync up:

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

Compilation of ProjectBlaze:

From root directory of Project, perform following commands in terminal

$ . build/envsetup.sh
$ lunch blaze_$device-ap2a-userdebug
$ make bacon

NOTE: If building for your device, adapt your tree to our configurations. Use this commit as a reference.

Credits: