No description
Find a file
mse1969 e56f933c20 Track external/webp from lineage-18.1
* Update to v1.1.0-8-g50f60add

Change-Id: Ib12b8b05c068afde7f20fb7f624ca52d851a38de
2026-03-28 21:39:49 +00:00
snippets lineage: Don't shallow clone webview 2026-03-15 23:03:34 -04:00
default.xml Track external/webp from lineage-18.1 2026-03-28 21:39:49 +00:00
README.mkdn manifest: Sync x86_64 webview prebuilts again 2026-02-26 21:28:53 +00:00

LineageOS
===========

Getting started
---------------

To get started with Android/LineageOS, you'll need to get
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).

To initialize your local repository using the LineageOS trees, use a command like this:
```
repo init -u https://github.com/LineageOS/android.git -b lineage-16.0 --git-lfs
```
Then to sync up:
```
repo sync
```
Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.


Submitting patches
------------------
Patches are always welcome! Please submit your patches via LineageOS Gerrit!

Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).

To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).


Buildbot
--------

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 Buildkite](https://buildkite.com/lineageos).

Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).