No description
  • CSS 27.4%
  • Shell 23.7%
  • JavaScript 19.6%
  • Makefile 13.7%
  • C# 6.8%
  • Other 8.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
LuK1337 8483332b07
kernel: Use Clang as HOST_{CC,CXX}
GCC was deprecated upstream, so switch to Clang.

Change-Id: I8a6c9d6b763db0055189d83f9037ccb0c50a23ea
2022-03-11 09:55:19 -07:00
bash_completion Add a bash completion "--force-sync" for repo sync 2015-07-30 15:13:11 +08:00
bootanimation lineage: Use prebuilt ImageMagick for bootanim 2019-09-12 00:09:44 +02:00
build envsetup: Fix long time broken path to sh 2022-02-08 23:01:25 +01:00
charger charger: add 400dpi symlink 2019-05-23 02:50:50 +02:00
config kernel: Use Clang as HOST_{CC,CXX} 2022-03-11 09:55:19 -07:00
libbfqio libbfqio: Remove vendor variant 2019-03-01 11:38:25 +08:00
overlay config: Set defaultSupervisionProfileOwnerComponent 2022-01-29 18:42:21 +01:00
prebuilt/common Changed protocol from IPV6 to IP for Telus 2022-01-05 05:36:51 +01:00
product Add nvidia product 2021-01-19 22:11:12 +01:00
tools lineage: Dynamically add custom APNs 2018-12-13 07:25:18 +01:00
.gitignore http_prebuilt: Implement archive of artifacts 2017-01-09 13:42:29 +00:00
LICENSE vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
README.mkdn README: Jenkins is dead, so point to its replacement 2020-12-10 00:36:20 +01: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 git://github.com/LineageOS/android.git -b lineage-17.1
```
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/).