Skip to content
Snippets Groups Projects
README.md 555 B
Newer Older
jhenrique09's avatar
jhenrique09 committed
# Pixel Experience #

### Sync ###

```bash

# Initialize local repository
Ruchit's avatar
Ruchit committed
repo init -u https://github.com/PixelExperience/manifest -b fourteen
jhenrique09's avatar
jhenrique09 committed

# Sync
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```

### Build ###

```bash

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -jX
```

Ruchit's avatar
Ruchit committed
### Submitting Patches ###
jhenrique09's avatar
jhenrique09 committed

Ruchit's avatar
Ruchit committed
Patches are always welcome! Please submit your patches to our Gerrit.
jhenrique09's avatar
jhenrique09 committed

Ruchit's avatar
Ruchit committed
[Gerrit push guide](https://wiki.pixelexperience.org/help/submit-patch/)