Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 826 Bytes

File metadata and controls

41 lines (27 loc) · 826 Bytes

PixelOS

Getting Started

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

To initialize your local repository, run:

repo init -u https://github.com/PixelOS-AOSP/android_manifest.git -b seventeen --git-lfs

Then, sync the repository:

repo sync

Building the System

Initialize the ROM build environment by sourcing the envsetup.sh script:

source build/envsetup.sh

After cloning the device-specific sources, use breakfast to configure the build for your device:

breakfast devicecodename

Start the compilation:

m pixelos

Submitting Patches

Patches are always welcome! Feel free to submit your patches via PixelOS Gerrit.