commit | 3af71d73825c8443e6e16d95d9fd67fd902e4200 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sat May 11 07:46:47 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sat May 11 07:46:47 2024 +0200 |
tree | 07771e3e82f124839977bf974f8c128630690479 | |
parent | f87a11d42cc7775fc6b11f537563a56001120d8e [diff] |
manifest: Reenable vendor/crowdin Change-Id: I1c5cf2157de798c659f444c14a75874892f10ee9
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