Project Cerium

Platform Release 16.0

Project
Cerium.

Uncompromising performance. Pure CodeLinaro.

For Developers

Build from Source

1. Environment Setup

Initialize the source tracking tree inside a dedicated project workspace directory.

mkdir cerium && cd cerium
repo init -u https://gitlab.com/project-cerium/platform/manifest.git -b 16 --git-lfs
repo sync -c --no-clone-bundle --no-tags --force-sync -j$(nproc --all)

2. Compilation Workflow

Export your specific GKI module environment variables before calling the build orchestrator.

source build/envsetup.sh
lunch devicename-user
bash build.sh devicename -j$(nproc --all)