Advertisement
plastikman

Untitled

Oct 3rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. in order to get the damn DTB to build you have to pull this commit.
  2.  
  3. git fetch http://review.cyanogenmod.org/CyanogenMod/android_build refs/changes/51/50551/1 && git cherry-pick FETCH_HEAD
  4.  
  5. My local manifest
  6.  
  7.  
  8. <manifest>
  9. <remote name="lge_d800" fetch="git://github.com" />
  10.  
  11. <project path="device/lge/d800-common" name="TeamLGOG/android_device_lge_d800-common" remote="lge_d800" revision="cm-10.1" />
  12. <project path="kernel/lge/d800" name="TeamLGOG/android_kernel_lge_d800" remote="lge_d800" revision="cm-10.1" />
  13. <project path="device/lge/d800" name="TeamLGOG/android_device_lge_d800" remote="lge_d800" revision="cm-10.1" />
  14. <project path="vendor/lge" name="TeamLGOG/proprietary_vendor_lge" remote="lge_d800" revision="cm-10.1" />
  15.  
  16. <project path="kernel/lge/f320k" name="TeamLGOG/android_kernel_lge_f320k" remote="lge_d800" revision="cm-10.1" />
  17.  
  18. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement