DerGoogler / treble_build_pe

Script and patches for building PHH-Treble Pixel Experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Experience GSI

Build

To get started with building Pixel Experience GSI, you'll need to get familiar with Git and Repo as well as How to build a GSI.

  • Create a new working directory for your Pixel Experience build and navigate to it:
    mkdir pixel; cd pixel
    
  • Clone this repo:
    git clone https://github.com/ponces/treble_build_pe -b [twelve|twelve-plus]
    
  • Finally, start the build script:
    bash treble_build_pe/build.sh [twelve|twelve-plus]
    

Credits

These people have helped this project in some way or another, so they should be the ones who receive all the credit:

About

Script and patches for building PHH-Treble Pixel Experience


Languages

Language:Shell 76.6%Language:Makefile 23.4%