Difference between revisions of "Android Hybris Environment"
Jump to navigation
Jump to search
(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...") |
|||
Line 30: | Line 30: | ||
lunch cm_maguro-userdebug # for Galaxy Nexus | lunch cm_maguro-userdebug # for Galaxy Nexus | ||
+ | |||
+ | (cd vendor/cm ; ./get-prebuilts) | ||
</code> | </code> | ||
Revision as of 16:52, 26 February 2014
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_external_liblzf
- https://github.com/webOS-ports/android_external_protobuf
- https://github.com/webOS-ports/android_vendor_cm
- https://github.com/webOS-ports/android_frameworks_base
- https://github.com/webOS-ports/android_bionic
- https://github.com/webOS-ports/android_build
- https://github.com/webOS-ports/android_hardware_ril
- https://github.com/webOS-ports/android_system_core
Build it
Checkout all source code.
repo init -u git@github.com: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
(cd vendor/cm ; ./get-prebuilts)
Now start the build
make -j4