commit | 821f076a729e0d26efabe42580b02f04eda892a0 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Jun 16 17:30:35 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Jun 16 17:30:35 2024 +0200 |
tree | 31fe017bb7170c1dc10ba812c1a4565bb03f2c51 | |
parent | 6525b4d9c2edb5dce1f54d62ba2864626b06b91a [diff] |
manifest: Track our fork of art Change-Id: I985767ebeab00789ccace3b87ce6d7f3065c0e56
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