Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 591 Bytes

TheParasiteProject

Build Process

Sync

# Initialize local repository
repo init --depth=1 --no-repo-verify -u https://github.com/TheParasiteProject/manifest -b main -g default,-mips,-darwin,-notdefault --git-lfs

# Sync
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -jX

Devices