Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 436 Bytes

COSP

Find our gerrit here.

Sync

# Initialize local repository
repo init -u https://github.com/cosp-project/manifest -b pie

# Sync
repo sync -c -jx --force-sync --no-clone-bundle --no-tags

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch cosp_$device-userdebug

# Build the code
$ mka bacon -jX