commit | ef07936a00ecdecf7383d4730421858dbb0a44ee | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Wed Jul 03 04:39:44 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Wed Jul 03 04:39:44 2024 +0200 |
tree | bead7c40a386a35f68f100862adc8a8e653a1d48 | |
parent | b2b8d9dfcfdb970e0ebebf8ccdac13dcceed321d [diff] |
manifest: android-14.0.0_r50 -> android-14.0.0_r54 Change-Id: Ia9e6388e7466c712c21e20feca45b18f7056696c
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