commit | bac5c74f571e05fae6ab1771782ed2a3b9d5bdd6 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Mar 03 07:03:14 2024 +0100 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Mar 03 07:03:14 2024 +0100 |
tree | d4fccb0e82636ae98acb31e1f58cadb517ce525b | |
parent | 4a84b808fb530d23d14d14d0219fc533870c9d99 [diff] |
manifest: Track gerrit-config Change-Id: I1880020faf55610625395064bd0e14be15cc0146
To get started with LeafOS, 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-Project/android.git -b leaf-3.1
Then to sync up:
repo sync
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