Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.06 KB

XD

xdroidsp | rev2.0 mnmlistyou

a android based on AOSP with Minimalist UI Design.

Requirements

  • Around 500GB disk space.
  • Around 18GB RAM running Linux.

Sync our source

        repo init -u https://github.com/xdroidsp/xd_manifest -b xd.xii
        repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build our source

        . build/envsetup.sh
        lunch xdroid_$devicecodename-userdebug
        make xd -j$(nproc --all)

Credits