commit | 11959831798b7cee12ee91051336fd1bbf8a4ea5 | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Tue Nov 28 21:47:44 2023 +0530 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Dec 10 05:27:27 2023 +0100 |
tree | f1336958cef6c9f2dcabdaeebd955c5773698cf5 | |
parent | b1b600c6dfcea5631fb8420ead80ad14cac6e921 [diff] |
README: Update for leaf-3.0 * also update the reference links Change-Id: I15d54b4e9237b5be28d4ebd8c507a26099062e3b
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.0
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