Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 399 Bytes

README.mkdn

File metadata and controls

26 lines (17 loc) · 399 Bytes

Nitrogen OS with HALS & fixes from lineage

Sync

# Initialize local repository
repo init -u https://github.com/ShiznitsO/manifest -b o

# Sync
repo sync -c -f -j8 --force-sync --no-clone-bundle --no-tags

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -j$(nproc --all)