Dan Pasanen | 48d5ebd | 2016-12-26 23:21:25 -0600 | [diff] [blame] | 1 | LineageOS |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 2 | =========== |
| 3 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 4 | Getting started |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 5 | --------------- |
| 6 | |
Aayush Gupta | 3b3bee1 | 2021-05-17 14:47:41 +0530 | [diff] [blame] | 7 | To get started with Android/LineageOS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop). |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 8 | |
Dan Pasanen | 48d5ebd | 2016-12-26 23:21:25 -0600 | [diff] [blame] | 9 | To initialize your local repository using the LineageOS trees, use a command like this: |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 10 | ``` |
Kevin F. Haggerty | d49b6e3 | 2023-03-10 15:20:03 -0700 | [diff] [blame] | 11 | repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 12 | ``` |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 13 | Then to sync up: |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 14 | ``` |
| 15 | repo sync |
| 16 | ``` |
| 17 | Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 18 | |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 19 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 20 | Submitting patches |
| 21 | ------------------ |
| 22 | Patches are always welcome! Please submit your patches via LineageOS Gerrit! |
| 23 | |
| 24 | Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). |
| 25 | |
| 26 | To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/). |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 27 | |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 28 | |
| 29 | Buildbot |
| 30 | -------- |
| 31 | |
Harry Youd | f68ed96 | 2017-07-09 10:20:18 +0100 | [diff] [blame] | 32 | All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 33 | |
Bruno Martins | b9752fc | 2020-12-09 19:48:11 +0000 | [diff] [blame] | 34 | You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos). |
Harry Youd | f68ed96 | 2017-07-09 10:20:18 +0100 | [diff] [blame] | 35 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 36 | Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). |