2016-12-19 18:22:55 +01:00
LineageOS
2010-07-11 06:17:02 +02:00
===========
2018-07-24 12:12:09 +02:00
Getting started
2010-07-11 06:17:02 +02:00
---------------
2016-12-19 18:22:55 +01:00
To get started with Android/LineageOS, you'll need to get
2013-01-15 06:57:39 +01:00
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
2010-07-11 06:17:02 +02:00
2016-12-19 18:22:55 +01:00
To initialize your local repository using the LineageOS trees, use a command like this:
2018-07-24 12:12:09 +02:00
```
2020-09-11 21:56:13 +02:00
repo init -u git://github.com/LineageOS/android.git -b lineage-18.0
2018-07-24 12:12:09 +02:00
```
Then to sync up:
```
repo sync
```
Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.
2010-07-11 06:17:02 +02:00
2018-07-24 12:12:09 +02:00
Submitting patches
------------------
Patches are always welcome! Please submit your patches via LineageOS Gerrit!
2010-07-11 06:17:02 +02:00
2018-07-24 12:12:09 +02:00
Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).
2010-07-11 06:17:02 +02:00
2018-07-24 12:12:09 +02:00
To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).
2010-07-11 06:17:02 +02:00
Buildbot
--------
2018-07-24 12:12:09 +02:00
All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.
You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/).
2010-07-11 06:17:02 +02:00
2018-07-24 12:12:09 +02:00
Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).