Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 750 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 750 Bytes

PixelOS

Getting Started

To get started with the PixelOS sources, you'll need to get familiar with Git and Repo.

To initialize your local repository, use command:

repo init -u https://github.com/pyo3377/manifest_aosp.git -b thirteen --git-lfs

Then sync up:

repo sync

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch aosp_mojito-user

Start compilation

make bacon