/android_manifest-1

Manifest for tracking revived forks of Havoc sources!

Havoc-OS-Revived!

HavocOS

Initialize Local Repository

   repo init -u https://github.com/Havoc-OS-Revived/android_manifest.git -b eleven --git-lfs

Or Initialize Shallow clone

   repo init --depth=1 -u https://github.com/Havoc-OS-Revived/android_manifest.git -b eleven --git-lfs

Syncing Repository


  repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Building Environment

# Set up environment
. build/envsetup.sh

# Choose a target
lunch havoc_device-userdebug

# Build the ROM
m bacon

Flags

# Gapps
WITH_GAPPS=true

Credits: