Android for ARMv6


Project maintained by androidarmv6 Hosted on GitHub Pages — Theme by mattgraham

Welcome to AndroidArmv6 GitHub Site.

Project links:

Building android from source code

$ mkdir WORKING_DIR
$ cd WORKING_DIR
$ repo init -u git://github.com/androidarmv6/android.git -b cm-11.0
$ repo sync
$ sh vendor/cm/get-prebuilts
$ source build/envsetup.sh
$ brunch
$ adb push out/target/product/DEVICENAME/cm-VERSION-DEVICENAME.zip /mnt/sdcard/

Uploading patches

To get started with Android for ARMv6/CyanogenMod, you'll need to get familiar with Git and Repo.

We have a gerrit instance at http://review.androidarmv6.org. Please register on our gerrit page, don't try to push directly to github. Ask an owner for forking stuff for gerrit. We will be happy to oblige.

Gerrit Setup (yes double review.review, change GERRITUSERNAME with your username)

$ git config --global review.review.androidarmv6.org.username GERRITUSERNAME
$ cd WORKING_DIR
$ source build/envsetup.sh
$ cd PROJECT_DIR
$ repo start cm-11.0 .
$ ... make changes ...
$ git add .
$ git commit -m "Commit message"
$ repo upload .
$ repo abandon cm-11.0 .

Contact

Core Team

All members

http://github.com/androidarmv6?tab=members