commit | 111ac49f757b00d859dd3412f4c0d43d39d349a7 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Thu Jul 06 06:06:36 2023 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Fri Jul 07 20:09:31 2023 +0200 |
tree | 790c02209345d07fd4759aa49f1cfc6bcd8157f8 | |
parent | cb9b8d8bb62975ec83c31da61260477a799b13c9 [diff] |
manifest: android-13.0.0_r52 -> android-13.0.0_r63 Change-Id: Ib635e3de823f10ab96f5c4fbf1ebf4fd80874f3d
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-2.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