Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 990 Bytes

File metadata and controls

44 lines (31 loc) · 990 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 git@github.com:lofx-lee/android_manifest.git -b bp4a --git-lfs

or

repo init -u https://github.com/lofx-lee/android_manifest.git -b bp4a --git-lfs

Then, sync the repository:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Building the System

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

. build/envsetup.sh

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

lunch custom_nuwa-bp4a-userdebug

Start the compilation:

mka pixelos -j$(nproc --all)

Submitting Patches

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