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 git@github.com:lofx-lee/android_manifest.git -b sixteen-qpr1 --git-lfsrepo init -u https://github.com/lofx-lee/android_manifest.git -b sixteen-qpr1 --git-lfsThen sync up:
repo sync -j$(nproc --all)Initialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch custom_devicecodename-aosp_target_release-buildtype
lunch custom_nuwa-bp2a-userdebugStart compilation
mka pixelos -j$(nproc --all)Note:
aosp_target_release: bp2a (As of April ASB)
buildtype: user, userdebug, eng