Skip to content

Fusion-OS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A glimpse of of the project

Yet another minimalist aftermarket rom with some customisation and optimisations provide a clean and smooth android experience.

Requirements

  • At least 200G free disk space.
  • A computer/server with at least 16GB RAM running Linux and preferably a fast and stable internet connection.
  • Some basic knowledge of Linux commands, device tree management and git.

Instructions

Prerequisites

A properly configured build environment is required to build AOSP custom roms. A guide for setting up the build environment can be found here.

Sync the source

        repo init -u https://github.com/Fusion-OS/manifest -b fourteen
        repo sync --current-branch --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j$(nproc --all)

Build

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

Optional Flags

Including GAPPS

WITH_GAPPS := true

Credits

About

The magic begins here! ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published