No description
Find a file
XpLoDWilD c279fa8a43 Android 5.0.0 release 5
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iEYEABECAAYFAlRjykcACgkQ6K0/gZqxDnhEIgCgiYjdqKSjqIsteF0AL2E3q612
 udkAoJANtIBgx5U2ROUnDBAFrOr/WXXz
 =9YHR
 -----END PGP SIGNATURE-----

Merge tag 'android-5.0.0_r5' into android-5.0

Android 5.0.0 release 5

Conflicts:
	default.xml

Change-Id: If0250765d1d0adc00998b01297671ad2152eadb3
2014-11-13 07:51:15 +00:00
default.xml Android 5.0.0 release 5 2014-11-13 07:51:15 +00:00
README.md README:Cleaned up the main README.md doc and it should make more sense now 2014-02-26 21:54:52 +10:30

Submitting Patches

Our ROM is open source, and patches are always welcome! You can send patches by using these commands:

cd <project>
<make edits>
git add -A
git commit -m "commit message"
git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/<branch>

Register at gerrit.omnirom.org and use the username that you registered there in the above command

Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>

If you are going to make extra additions, just repeat steps (Don't start a new patch), but instead of git commit -m use git commit --amend. Gerrit will recognize it as a new patchset.

To view the status of your and others patches, visit OMNI ROM Code Review

Getting Started

To get started with OMNI ROM, you'll need to get familiar with Git and Repo.

To initialize your local repository using the OMNIROM trees, use a command like this:

repo init -u git://github.com/omnirom/android.git -b <branch>

Then to sync up:

repo sync

Then to build:

 cd <source-dir>; . build/envsetup.sh; brunch <device_name>

If you need more information or a more detailed guide, click here to see our wiki.

Our official IRC Channels are hosted on Freenode:

#omnirom - USERS

#omni - DEVELOPERS