commit | a3fece27bddb656c684d710ea470a209d2cd3763 | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Tue Aug 08 18:31:51 2023 +0000 |
committer | SamarV-121 <samar@samarv121.dev> | Wed Aug 09 06:00:10 2023 +0000 |
tree | f786dd6fdd3884a640ab4cc1e489e12b77ba9ebd | |
parent | 111ac49f757b00d859dd3412f4c0d43d39d349a7 [diff] |
manifest: android-13.0.0_r63 -> android-13.0.0_r74 Change-Id: Ica1cbf34c741a86536bab27d5a712435128e755a
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