No description
Find a file
Zhao Wei Liew 087b53c654 cm: overlay: Settings: Enable gesture settings
We'll be placing our custom touchscreen gesture settings
into the AOSP gesture settings.

Change-Id: If9d5dbf155415a01eaa96e21749517c1a8e135e7
2017-02-01 01:21:15 +00:00
bash_completion Add a bash completion "--force-sync" for repo sync 2015-07-30 15:13:11 +08:00
bootanimation bootanimation: Limit the PNGs to 250 colors 2017-01-29 09:47:56 +00:00
build envsetup: Use GNU sed commands if GNU sed is detected 2017-01-27 14:58:14 +00:00
charger charger: Use the same metrics as recovery to pick a density 2016-10-24 05:15:30 -07:00
config cm: add LineageOS recorder 2017-01-29 20:26:15 +00:00
gello http_prebuilt: Implement archive of artifacts 2017-01-09 13:42:29 +00:00
overlay cm: overlay: Settings: Enable gesture settings 2017-02-01 01:21:15 +00:00
prebuilt/common apns: Remove differentiation between FreedomPop GSM APNs 2017-01-29 19:46:02 +00:00
sepolicy Sepolicy: Add perm for find cmstatusbar 2017-01-16 20:08:12 +00:00
.gitignore http_prebuilt: Implement archive of artifacts 2017-01-09 13:42:29 +00:00
CHANGELOG.mkdn vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
CONTRIBUTORS.mkdn cm: contributors: Update translator list 2017-01-31 07:19:13 +00:00
LICENSE vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
README.mkdn vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
vendorsetup.sh vendorsetup: match lineage naming for build roster 2017-01-14 15:46:07 -08:00

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

Submitting Patches
------------------
Patches are always welcome!  Please submit your patches via LineageOS Gerrit!
You can do this by using these commands:

    (From root android directory)
    . build/envsetup.sh
    (Go to repo you are patching, make your changes and commit)
    cmgerrit <for(new)/changes(patch set)> <branch/change-id> 

    repo start cm-14.1 .
    (Make your changes and commit)
    repo upload .
Note: "." meaning current directory
For more help on using this tool, use this command: repo help upload

Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>

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


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 cm-14.1

Then to sync up:

    repo sync

Please see the [LineageOS Wiki](http://wiki.lineageos.org/) for building instructions, by device.

For more information on this Github Organization and how it is structured, 
please [read the wiki article](http://wiki.lineageos.org/w/Github_Organization)

Buildbot
--------

All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.

You can view the current build statuses in the [Jenkins](http://jenkins.lineageos.org) tool.