commit | d32ce9e6a5b2413c4410fb080efae2d6d6caf699 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Wed Aug 07 04:29:15 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Wed Aug 07 04:29:15 2024 +0200 |
tree | 3df981e7705be3904cc2030070a2e55331006971 | |
parent | b81defedcbdccbf9fb633fc029399ba20dafdd2f [diff] |
manifest: android-14.0.0_r54 -> android-14.0.0_r61 Change-Id: I8757e9abe55d0d42198a64be8c6a9e40515b6b9f
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