Advertisement
bigrushdog

qcom_cfx_update

Dec 4th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.43 KB | None | 0 0
  1. unless noted, all branches are straight cm-11.0. Forks are used for working. We want cfx here, but will need to cherry-pick. Some branches are cm-10.2 still, likely there has been no need to update as they see it. Guys feel free to fork or bring in anything missing.
  2.  
  3. Game plan: bring in any merges from Synergy into our branches, make the whole thing work, build, test, debug, repeat until we win. Then merge back into kk-devel.
  4.  
  5.  
  6. frameworks/base // fork kk-devel
  7. frameworks/av
  8. frameworks/native
  9. frameworks/opt/telephony
  10. frameworks/opt/mms
  11. frameworks/opt/net/voip
  12. frameworks/webview
  13. frameworks/rs
  14.  
  15. hardware/qcom/display-caf
  16. hardware/qcom/audio-caf
  17. hardware/qcom/media-caf  
  18. hardware/qcom/keymaster
  19. hardware/qcom/msm8960
  20. hardware/qcom/msm8x74
  21. hardware/qcom/bt
  22.  
  23. hardware/libhardware
  24. hardware/libhardware_legacy
  25. hardware/ril
  26.  
  27. system/bluetooth  // cm10.2 is latest
  28. system/core       // fork kk-devel
  29. system/media
  30. system/netd
  31. system/security
  32. system/vold
  33.  
  34. external/bluetooth/bluedroid
  35. external/skia
  36. external/webkit    // stable/cm-10.2
  37. external/webp
  38.  
  39. vendor/htc
  40.  
  41. packages/apps/Bluetooth
  42. packages/apps/Phone   //cm/stable/cm-10.2
  43. packages/apps/Camera2
  44. packages/apps/Gallery2
  45. packages/apps/InCallUi
  46. packages/apps/Mms
  47. packages/apps/Phone
  48. packages/apps/PhoneCommon
  49.  
  50. packages/providers/ContactsProvider
  51. packages/providers/TelephonyProvider
  52. packages/providers/MediaProvider
  53. packages/services/Telephony
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement