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 sixteen-qpr1 --git-lfsThen, sync the repository:
repo syncInitialize the ROM build environment by sourcing the envsetup.sh script:
source build/envsetup.shAfter cloning the device-specific sources, use breakfast to configure the build for your device:
breakfast devicecodenameStart the compilation:
m pixelosPatches are always welcome! Feel free to submit your patches via PixelOS Gerrit.