a android based on AOSP with Minimalist UI Design.
To get started with the xdroidOSS sources, you'll need to get familiar with Git and Repo.
Minimum Build Requirements : Linux OS with 8 core or more and 32 GB RAM (Swap Memory if RAM is not enough).
To initialize your local repository, use command:
repo init -u https://github.com/xdroidOSS-Pixel/manifest -b udc_qpr1Then sync up:
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --pruneInitialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch your device after cloning all device sources if needed.
lunch xdroid_$devicecodename-userdebug or userStart compilation
make xd -j$(nproc --all)-
and tons of other ROMs not mentioned above