Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LineageOS/android
https://github.com/LineageOS/android
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LineageOS/android
- Owner: LineageOS
- Created: 2016-12-05T16:51:55.000Z (about 8 years ago)
- Default Branch: lineage-21.0
- Last Pushed: 2024-11-08T07:21:27.000Z (3 months ago)
- Last Synced: 2024-11-08T08:27:02.123Z (3 months ago)
- Homepage:
- Size: 7.95 MB
- Stars: 3,806
- Watchers: 309
- Forks: 1,602
- Open Issues: 2
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/LineageOS/android - Alternate Android OS (Jump To / Android)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/LineageOS/android - Alternate Android OS (Jump To / Android)
- awesome-repositories - LineageOS/android - (Others)
- awesome-starred - android - (Others)
README
LineageOS
===========Getting started
---------------To get started with Android/LineageOS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop).
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-21.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/).