Skip to content

khairuldevh/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

MoKee OpenSource

Submitting Patches

Patches are always welcomed! Please submit your patches via MoKee 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)
mkgerrit <for(new)/changes(patch set)> <branch/change-id>

repo start mkl-mr1 .
(Make your changes and commit)
repo upload .
or
git push ssh://<username>@review.mfunz.com:29418/<project> HEAD:refs/for/<branch>

Note: "." means current directory

For more help on using repo, 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 commits using this command:

git rebase -i HEAD~<# of commits>

To view the status of your and others' patches, visit MoKee Code Review

Getting Started

To get started with MoKee OpenSource, you will need to get familiar with Repo and Version Control with Git.

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

repo init -u https://github.com/MoKee/android.git -b mkl-mr1

Then to sync up:

repo sync

Start Work

To work faster, we introduced a new build script to help you start compiling.

First, go to the root path of your project. We assume that your source is under (/mokee):

cd /mokee

then feel free to use the build script:

./mk

The script is interactive so everything else is self-explanatory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published