We are here working to make webOS ports as much good as we can and we would love to see you here to contribute. So your commmits are always welcome ! But before sending pull request, you are supposed to test it first To get faimiliar with creating pull request
To get started with Android/webOS ports, you'll need to get familiar with Git and Repo.
To initialize your local repository using the webOS ports trees, use a command like this:
repo init -u git://github.com/webOS-ports/android.git -b wop-10.1
Then to sync up:
repo sync
Please see the webOS ports Wiki for building instructions.