commit | b0ff11a267464a2eeb0095b41fd2c8451bf689cb | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sat Jan 27 18:41:15 2024 +0100 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Jan 27 18:41:15 2024 +0100 |
tree | eba9894215733f60df68940012a7430d2b02c65b | |
parent | fb9789ee54def4529689b460d569d92ebdc3ab5b [diff] |
manifest: Track our fork of packages/modules/adb * For adb root on user builds Change-Id: I00cadbd5d3b05849e5703074a17abb638d432d9e
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.1
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