Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 555 Bytes

Pixel Experience

Sync

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

# 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

Submitting Patches

Patches are always welcome! Please submit your patches to our Gerrit.

Gerrit push guide