You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chrmhoffmann 1813f415ab
lineage: Allow background broadcast for CAMERA_BUTTON
6 years ago
addonsu addonsu: Fix installation on TWRP A/B 6 years ago
bash_completion Add a bash completion "--force-sync" for repo sync 9 years ago
bootanimation lineage: Don't error out when screen size isn't set 6 years ago
build tools: Bump baksmali/smali to v2.2.4 6 years ago
charger Charger: Remove old alarm interface and update timerfd interface 7 years ago
config lineage: Allow background broadcast for CAMERA_BUTTON 6 years ago
libbfqio bfqio: Fix warning when building with BOARD_VNDK_VERSION := current 6 years ago
overlay Fix migration from pre-O for AndroidTV devices (2/2) 6 years ago
prebuilt/common Revert "ota: Validate any installed data's signature against our own" 6 years ago
verity_tool verity: Implement verity tool 6 years ago
.gitignore http_prebuilt: Implement archive of artifacts 8 years ago
LICENSE vendor: we are now LineageOS 8 years ago
README.mkdn lineage: Simplify README and update with minor fixes 6 years ago
vendorsetup.sh vendor: lineage: Upgrade to LineageOS 15.1 7 years ago

README.mkdn

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-15.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 Jenkins](https://jenkins.lineageos.org/).

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