Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 370 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 370 Bytes

Ghost OS

Sync

# Initialize local repository
repo init -u https://github.com/Ghost-OS-AOSP/manifest -b spooky

# Sync
repo sync -c -j$(nproc --all) --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 -jX