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 | |
Dan Pasanen | 48d5ebd | 2016-12-26 23:21:25 -0600 | [diff] [blame] | 7 | To get started with Android/LineageOS, you'll need to get |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 8 | familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 9 | |
Dan Pasanen | 48d5ebd | 2016-12-26 23:21:25 -0600 | [diff] [blame] | 10 | 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] | 11 | ``` |
Michael Bestas | 54bb6d6 | 2020-09-09 03:31:32 +0300 | [diff] [blame^] | 12 | repo init -u git://github.com/LineageOS/android.git -b lineage-18.0 |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 13 | ``` |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 14 | Then to sync up: |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 15 | ``` |
| 16 | repo sync |
| 17 | ``` |
| 18 | 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] | 19 | |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 20 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 21 | Submitting patches |
| 22 | ------------------ |
| 23 | Patches are always welcome! Please submit your patches via LineageOS Gerrit! |
| 24 | |
| 25 | Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). |
| 26 | |
| 27 | 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] | 28 | |
Chris Soyars | 878bc02 | 2011-11-14 21:41:03 -0500 | [diff] [blame] | 29 | |
| 30 | Buildbot |
| 31 | -------- |
| 32 | |
Harry Youd | f68ed96 | 2017-07-09 10:20:18 +0100 | [diff] [blame] | 33 | 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] | 34 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 35 | You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/). |
Harry Youd | f68ed96 | 2017-07-09 10:20:18 +0100 | [diff] [blame] | 36 | |
Bruno Martins | 23b40d0 | 2018-07-24 12:14:36 +0100 | [diff] [blame] | 37 | Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). |