commit | 5d0a217c97a77d27ab8f47b73d1ed54e9839b2d2 | [log] [tgz] |
---|---|---|
author | Thomas Turner <thomas_turner@talktalk.net> | Sun Jan 12 15:38:49 2025 +0000 |
committer | Thomas Turner <thomas_turner@talktalk.net> | Sun Jan 12 15:38:49 2025 +0000 |
tree | 59eb99b98722db245c4bbc6a842742f72f5f5ce0 | |
parent | d4fc6f6bd2f5c751a5b7256eb42d8ece854c570d [diff] |
README: Update for leaf-4.1 Change-Id: I088bffc412b8e7c9a4099ed494373fd8b0309227
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-4.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