To get started with the ProjectAkari sources, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/ProjectAkari/akari_manifest.git -b tsuruThen sync up:
repo syncInitialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch your device after cloning all device sources if needed.
lunch aosp_devicecodename-buildtypeStart compilation
makeOR
make baconOR
make systemimage