FusionOS

Requirements

  • Around 200G disk space.
  • A computer/server with at least 16GB RAM running Linux.
  • Some brain cells.

Instructions

  1. Make sure you have a build environment setup.

Sync

        repo init -u https://github.com/Fusion-OS/android_manifest -b eleven
        repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build

        source build/envsetup.sh
        lunch fuse_$device-userdebug
        make fuse-prod -j$(nproc --all)

Credits