-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 1.9 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 1.9 KB
1
{"name":"Android for ARMv6","tagline":"","body":"### Welcome to AndroidArmv6 GitHub Site.\r\n\r\nProject links:\r\n\r\n* [Bug tracking](https://code.google.com/p/androidarmv6/)\r\n* [Gerrit (review)](http://review.androidarmv6.org/)\r\n* [Jenkins (continuous integration server)](http://jenkins.androidarmv6.org/)\r\n* [GitHub](https://github.com/androidarmv6)\r\n\r\n\r\n### Building android from source code\r\n\r\n```\r\n$ mkdir WORKING_DIR\r\n$ cd WORKING_DIR\r\n$ repo init -u git://github.com/androidarmv6/android.git -b cm-10.1\r\n$ repo sync\r\n$ sh vendor/cm/get-prebuilts\r\n$ source build/envsetup.sh\r\n$ brunch\r\n$ adb push out/target/product/DEVICENAME/cm-VERSION-DEVICENAME.zip /mnt/sdcard/\r\n```\r\n\r\n### Uploading patches\r\n\r\nTo get started with Android for ARMv6/CyanogenMod, you'll need to get\r\nfamiliar with [Git and Repo](http://source.android.com/source/developing.html).\r\n\r\nWe have a gerrit instance at http://review.androidarmv6.org.\r\nPlease register on our gerrit page, don't try to push directly to github.\r\nAsk an owner for forking stuff for gerrit. We will be happy to oblige.\r\n\r\nGerrit Setup (yes double review.review, change GERRITUSERNAME with your username)\r\n\r\n```\r\n$ git config --global review.review.androidarmv6.org.username GERRITUSERNAME\r\n$ cd WORKING_DIR\r\n$ source build/envsetup.sh\r\n$ cd PROJECT_DIR\r\n$ repo start cm-10.1 .\r\n$ ... make changes ...\r\n$ git add .\r\n$ git commit -m \"Commit message\"\r\n$ repo upload .\r\n$ repo abandon cm-10.1 .\r\n``` \r\n\r\n### Contact\r\n\r\n#### Core Team\r\n\r\n* [androidmeda](http://github.com/androidmeda)\r\n* [erikcas](http://github.com/erikcas)\r\n* [Rashed97](https://github.com/Rashed97)\r\n* [tilal6991](http://github.com/tilal6991)\r\n\r\n#### All members\r\n\r\nhttp://github.com/androidarmv6?tab=members\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}