commit | b2b8d9dfcfdb970e0ebebf8ccdac13dcceed321d | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Oct 30 07:29:02 2022 +0100 |
committer | Tim Zimmermann <tim@linux4.de> | Fri Jun 21 21:18:28 2024 +0200 |
tree | 4b87bb3c8e77c084cde1f3bd80305c91326c72b8 | |
parent | 821f076a729e0d26efabe42580b02f04eda892a0 [diff] |
manifest: Track leaf/www Change-Id: Ib7d167664f31055854d97693ba32126230b4da88
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.2
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