Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.54 KB

File metadata and controls

47 lines (41 loc) · 1.54 KB

LeafOS experimental

This is purely a testing org and includes personal changes

It might not boot or build, be warned

Getting started

To get started with LeafOS experimental, you'll need to get familiar with Source Control Tools.

To initialize your local repository, use this command:

repo init -u https://github.com/LeafOS-experimental/android.git -b leaf-2.0

Then to sync up:

repo sync

Building

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Fetch official device trees.

fetch_device {device}

To lunch your device after cloning all device sources.

lunch {device}-{buildtype}

Then start building.

m leaf

Gerrit Jenkins Downloads Forum