sujitroy / manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Experience

Sync

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

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

Preparing to Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -jX

About