Android Hybris Environment

From WebOS-Ports
Revision as of 09:58, 26 February 2014 by Morphis (talk | contribs) (Created page with "= Summary = Currently based on CyanogenMod 10.1 with some modifications. Modified repositories are (our branch is wop-10.1): * https://github.com/webOS-ports/android_extern...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Currently based on CyanogenMod 10.1 with some modifications.

Modified repositories are (our branch is wop-10.1):

Build it

Checkout all source code.

repo init -u [email protected]:webOS-ports/android.git -b wop-10.1

repo sync -j8

Prepare to build for a specific device

source build/envsetup.sh

lunch cm_maguro-userdebug # for Galaxy Nexus

Now start the build

make -j4