Dan Pasanen | 0344771 | 2016-12-19 11:22:55 -0600 | [diff] [blame] | 1 | LineageOS |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 2 | =========== |
Chris Soyars | 5c51376 | 2010-07-05 03:40:52 +0000 | [diff] [blame] | 3 | |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 4 | Getting started |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 5 | --------------- |
| 6 | |
Dan Pasanen | 0344771 | 2016-12-19 11:22:55 -0600 | [diff] [blame] | 7 | To get started with Android/LineageOS, you'll need to get |
ciwrl | a57590d | 2013-01-14 21:57:39 -0800 | [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). |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 9 | |
Dan Pasanen | 0344771 | 2016-12-19 11:22:55 -0600 | [diff] [blame] | 10 | To initialize your local repository using the LineageOS trees, use a command like this: |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 11 | ``` |
Rashed Abdel-Tawab | 6326caa | 2018-08-07 10:49:49 -0700 | [diff] [blame] | 12 | repo init -u git://github.com/LineageOS/android.git -b lineage-16.0 |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 13 | ``` |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 14 | Then to sync up: |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 15 | ``` |
| 16 | repo sync |
| 17 | ``` |
| 18 | Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 19 | |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 20 | |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 21 | Submitting patches |
| 22 | ------------------ |
| 23 | Patches are always welcome! Please submit your patches via LineageOS Gerrit! |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 24 | |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 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/). |
| 28 | |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 29 | |
| 30 | Buildbot |
| 31 | -------- |
| 32 | |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 33 | All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. |
Steve Kondik | e5f263c | 2010-07-11 00:17:02 -0400 | [diff] [blame] | 34 | |
Bruno Martins | 1fe63a9 | 2018-07-24 11:12:09 +0100 | [diff] [blame] | 35 | You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/). |
| 36 | |
| 37 | Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). |