Advertisement
dr_gogeta86

Untitled

Aug 5th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3. <remote name="github"
  4. fetch="http://github.com" />
  5. <!-- ZJL -->
  6. <!-- MK replacements -->
  7. <remove-project name="MoKee/android_hardware_libhardware_legacy" />
  8. <remove-project name="MoKee/android_frameworks_av" />
  9. <remove-project name="MoKee/android_frameworks_native" />
  10. <!-- Get through GFW -->
  11. <!-- <remove-project name="github/CyanogenMod/android_external_jsr308" /> -->
  12. <!-- replancement -->
  13. <project path="frameworks/av" name="legaCyMod/android_frameworks_av" revision="cm-11.0" />
  14. <project path="frameworks/native" name="Dazzozo/android_frameworks_native" revision="cm-11.0" />
  15. <project path="hardware/libhardware_legacy" name="legaCyMod/android_hardware_libhardware_legacy" revision="cm-11.0" />
  16. <!-- Local projects -->
  17. <project path="external/webkit" name="c8813q-dev/android_external_webkit" revision="kitkat" />
  18. <project path="hardware/atheros/wlan" name="legaCyMod/android_hardware_atheros_wlan" revision="cm-11.0" />
  19. <project path="hardware/qcom/display-legacy" name="Dazzozo/android_hardware_qcom_display-legacy" revision="jellybean-mr2" />
  20. <project path="hardware/qcom/media-legacy" name="xiaognol/android_hardware_qcom_media-legacy" revision="kk_mkt" />
  21. <!-- Wifi_ath6kl for 7x27a -->
  22. <project path="hardware/atheros/wifi/ath6kl-huawei" name="Dazzozo/android_hardware_atheros_wifi_ath6kl-huawei" remote="github" revision="master" />
  23. <!-- Wifi_ath6kl for 8x25Q -->
  24. <project path="hardware/atheros/wifi/ath6kl-8x25Q" name="xiaognol/ath6kl-8x25Q" remote="github" revision="master" />
  25. <!-- ADD FM -->
  26. <project path="hardware/qcom/fm" name="MoKee/android_hardware_qcom_fm" revision="kk_mkt" />
  27. <!-- ADD device&vendor for C8813Q G525-->
  28. <project path="device/huawei/c8813q" name="xiaognol/mokee_device_huawei_c8813q" revision="kitkat-dev" />
  29. <project path="vendor/huawei/c8813q" name="xiaognol/mokee_vendor_huawei_c8813q" revision="kitkat" />
  30. <project path="device/huawei/g525" name="xiaognol/mokee_device_huawei_g525" revision="kitkat" />
  31. <project path="vendor/huawei/g525" name="xiaognol/mokee_vendor_huawei_g525" revision="kitkat" />
  32. <!-- Get through GFW -->
  33. <!-- <project path="external/jsr308" name="xiaognol/android_external_jsr308" revision="cm-11.0" /> -->
  34. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement