a android based on AOSP with Minimalist UI Design.
repo init -u https://github.com/xdroid-oss/xd_manifest -b fifteen --git-lfsrepo 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 xdroid_$devicecodename-aosp_target_release-buildtypeStart compilation
mka xdNote:
aosp_target_release: bp1a (As of April ASB)
buildtype: user, userdebug, eng

