commit | b81defedcbdccbf9fb633fc029399ba20dafdd2f | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Fri Jun 28 10:14:30 2024 +0530 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Jul 06 06:21:46 2024 +0200 |
tree | 2d9960b08f88e328180b7c0b7c887516480b2962 | |
parent | ef07936a00ecdecf7383d4730421858dbb0a44ee [diff] |
manifest: Track our fork of external/dtc Change-Id: I4bd35f0a28c16ab38e3bb69d33cdabb1a2de2ab6
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