diff options
author | Austen Dicken <cvpcsm@gmail.com> | 2011-08-18 13:26:36 -0500 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2011-08-19 16:47:13 +0100 |
commit | 811b68a61da4435ed31546d1871b2d8b7d0cda6c (patch) | |
tree | 98285d722188e61ca4165748bed672dd029b60a4 | |
parent | 9592b918141f5f1dcf2ee8795c3966c8a7026a4b (diff) | |
download | manifest-811b68a61da4435ed31546d1871b2d8b7d0cda6c.tar.gz manifest-811b68a61da4435ed31546d1871b2d8b7d0cda6c.tar.bz2 manifest-811b68a61da4435ed31546d1871b2d8b7d0cda6c.zip |
consolidate hijack and 2nd-init
since hijack and 2nd-init are used across several motorola phones, consolidate them
into a single common repo, device/motorola/common. Now *-boot.zip is replaced with
hijack-boot.zip on all devices, and is generated based on init files specific to each
device. 2nd-init is also included globally and so is hijack. To enable their build,
you simply make the device inherit from device/motorola/common_hijack.mk
depends on fork of http://github.com/cvpcs/android_device_motorola_common
Change-Id: Iaac52c6b8a68d3385ebb576933786feee220deff
-rw-r--r-- | default.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 18d4561..6b2cb57 100644 --- a/default.xml +++ b/default.xml @@ -67,6 +67,7 @@ <project path="device/malata/smb_a1004" name="CyanogenMod/android_device_malata_smb_a1004" remote="github" /> <project path="device/malata/smb_a1011" name="CyanogenMod/android_device_malata_smb_a1011" remote="github" /> <project path="device/malata/smb_b9701" name="CyanogenMod/android_device_malata_smb_b9701" remote="github" /> + <project path="device/motorola/common" name="CyanogenMod/android_device_motorola_common" remote="github" /> <project path="device/motorola/droid2" name="CyanogenMod/android_device_motorola_droid2" remote="github" /> <project path="device/motorola/droid2we" name="CyanogenMod/android_device_motorola_droid2we" remote="github" /> <project path="device/motorola/jordan" name="CyanogenMod/android_device_motorola_jordan" remote="github" /> |