PixysOS ROM

Sync

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

# Sync
repo sync --force-sync -j8 --current-branch --no-tags --no-clone-bundle --optimized-fetch --prune

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch pixys_$device-userdebug

# Build the code
$ make pixys -jX