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-lfsThen, sync the repository:
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tagsInitialize the ROM build environment by sourcing the envsetup.sh script:
. build/envsetup.shAfter cloning the device-specific sources, use breakfast to configure the build for your device:
lunch custom_nuwa-bp4a-userdebugStart the compilation:
mka pixelos -j$(nproc --all)Patches are always welcome! Feel free to submit your patches via PixelOS Gerrit.