repo init -u https://github.com/Havoc-OS-Revived/android_manifest.git -b eleven --git-lfsrepo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags# Set up environment
. build/envsetup.sh
# Choose a target
lunch havoc_device-userdebug
# Build the ROM
m bacon# Gapps
WITH_GAPPS=true
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED=true
# Build Lawnchair
TARGET_INCLUDE_LAWNCHAIR=true
# Disable Blurs (Enabled by default)
TARGET_NOT_USES_BLUR=true