blob: cda44d8aaacb05de69b6d9eb879f77b46c9a3f81 [file] [log] [blame]
Dan Pasanen03447712016-12-19 11:22:55 -06001LineageOS
Steve Kondike5f263c2010-07-11 00:17:02 -04002===========
Chris Soyars5c513762010-07-05 03:40:52 +00003
Bruno Martins1fe63a92018-07-24 11:12:09 +01004Getting started
Steve Kondike5f263c2010-07-11 00:17:02 -04005---------------
6
Dan Pasanen03447712016-12-19 11:22:55 -06007To get started with Android/LineageOS, you'll need to get
ciwrla57590d2013-01-14 21:57:39 -08008familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
Steve Kondike5f263c2010-07-11 00:17:02 -04009
Dan Pasanen03447712016-12-19 11:22:55 -060010To initialize your local repository using the LineageOS trees, use a command like this:
Bruno Martins1fe63a92018-07-24 11:12:09 +010011```
Rashed Abdel-Tawab6326caa2018-08-07 10:49:49 -070012repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
Bruno Martins1fe63a92018-07-24 11:12:09 +010013```
Steve Kondike5f263c2010-07-11 00:17:02 -040014Then to sync up:
Bruno Martins1fe63a92018-07-24 11:12:09 +010015```
16repo sync
17```
18Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.
Steve Kondike5f263c2010-07-11 00:17:02 -040019
Steve Kondike5f263c2010-07-11 00:17:02 -040020
Bruno Martins1fe63a92018-07-24 11:12:09 +010021Submitting patches
22------------------
23Patches are always welcome! Please submit your patches via LineageOS Gerrit!
Steve Kondike5f263c2010-07-11 00:17:02 -040024
Bruno Martins1fe63a92018-07-24 11:12:09 +010025Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).
26
27To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).
28
Steve Kondike5f263c2010-07-11 00:17:02 -040029
30Buildbot
31--------
32
Bruno Martins1fe63a92018-07-24 11:12:09 +010033All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.
Steve Kondike5f263c2010-07-11 00:17:02 -040034
Bruno Martins1fe63a92018-07-24 11:12:09 +010035You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/).
36
37Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).