Prior to building, you will need basic knowledge of Git.
- Around 350GB Disk Space.
- A computer with at least 32GB RAM running Linux (recommended) or MacOS.
- Build environment setup.
repo init -u https://github.com/Project-Mist-OS/manifest -b qpr3 --git-lfs
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
$(call inherit-product, vendor/mist/config/common_full_phone.mk)
# Maintainer name for MistOS
MIST_MAINTAINER := "XYZ"
# Adding Blur support
TARGET_SUPPORTS_BLUR := true
# For UDFPS devices
TARGET_HAS_UDFPS := true
EXTRA_UDFPS_ANIMATIONS := true
# Build GAPPS
WITH_GAPPS := true
# Build Vanilla
WITH_GAPPS := false
# Build Launcher3 in GAPPS (default is Pixel Launcher)
TARGET_INCLUDE_PIXEL_LAUNCHER := false
. build/envsetup.sh
lunch mist_<devicecodename>-user
make bacon
To get help with build errors, please visit Android Building Help.