Difference between revisions of "Android Hybris Environment"

From WebOS-Ports
Jump to navigation Jump to search
Line 19: Line 19:
  
 
<code>
 
<code>
repo init -u [email protected]:webOS-ports/android.git -b wop-10.1
+
repo init -u [email protected]:webOS-ports/android.git -b wop-10.2
  
 
repo sync -j8
 
repo sync -j8

Revision as of 10:56, 20 March 2014

Summary

Currently based on CyanogenMod 10.2 with some modifications.

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

Build it

Checkout all source code.

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

repo sync -j8

Prepare to build for a specific device

source build/envsetup.sh

lunch cm_maguro-userdebug # for Galaxy Nexus

(cd vendor/cm ; ./get-prebuilts)

Now start the build

make -j4