PixelOS

April 12, 2025 ยท View on GitHub

Getting Started

To get started with the PixelOS sources, you'll need to get familiar with Git and Repo.

To initialize your local repository, use command:

repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen --git-lfs

Then sync up:

repo sync

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch aosp_devicecodename-aosp_target_release-buildtype

Start compilation

mka bacon

Note:

aosp_target_release: bp1a (As of April ASB)
buildtype: user, userdebug, eng