To get started with the ewOS sources based from PixelOS, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/SerasaOS/android_manifest.git -b 14 --git-lfsThen sync up:
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tagsInitialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch your device after cloning all device sources if needed.
lunch aosp_devicecodename-ap2a-buildtypeStart compilation
mka bacon