TechExhibeo

RR Legacy

May 16th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. repo sync -j8
  2.  
  3. #Cherry-Picks
  4. cd build
  5. git fetch http://review.cyanogenmod.org/CyanogenMod/android_build refs/changes/49/78849/1 && git cherry-pick FETCH_HEAD
  6. git fetch http://review.cyanogenmod.org/CyanogenMod/android_build refs/changes/58/81758/1 && git cherry-pick FETCH_HEAD
  7. cd /data/deepak/test
  8.  
  9. cd bionic
  10. git fetch http://review.cyanogenmod.org/CyanogenMod/android_bionic refs/changes/43/92943/2 && git cherry-pick FETCH_HEAD
  11.  
  12.  
  13.  
  14. cd build
  15. git fetch http://review.cyanogenmod.org/CyanogenMod/android_build refs/changes/55/97855/1 && git cherry-pick FETCH_HEAD
  16.  
  17.  
  18. revert these
  19. https://github.com/LegacyXperia/android_kernel_semc_msm7x30/commit/2651e3d0bf2142b9dbcb6e5cc351dfc5520ee222
  20. https://github.com/LegacyXperia/android_kernel_semc_msm7x30/commit/7a8ba541763e3daf81026e205e9355b7d24d85d9
  21.  
  22.  
  23. cd /data/deepak/test
  24.  
  25. #Build
  26. . build/envsetup.sh
  27. export KBUILD_BUILD_USER=TechExhibeo
  28. export KBUILD_BUILD_HOST=GothDroid
  29. lunch cm_haida-userdebug && make -j8 otapackage
Advertisement
Add Comment
Please, Sign In to add comment