SphericalKat / android_manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Android

Setting Up Build Environment

REMINDER

Be sure to check the manifest branch depending on your device.

Repo Init

repo init -u https://github.com/StatiXOS/android_manifest.git -b 9

OR

repo init -u https://github.com/StatiXOS/android_manifest.git -b 9-caf

depending on your device.

Sync Source

repo sync -c -f --force-sync --no-tag --no-clone-bundle -j$(nproc --all) --optimized-fetch --prune

Build Time (Linux x86_64 ONLY)

. build/envsetup.sh
brunch statix_<DEVICE>-userdebug (or statix_<DEVICE>-user)

About