Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3. <!-- REMOVE AOSP PROJECTS -->
  4. <remove-project name="platform/hardware/intel/common/libmix" path="hardware/intel/common/libmix" />
  5. <remove-project name="platform/hardware/intel/common/libstagefrighthw" path="hardware/intel/common/libstagefrighthw" />
  6. <remove-project name="platform/hardware/intel/common/libva" path="hardware/intel/common/libva" />
  7. <remove-project name="platform/hardware/intel/common/omx-components" path="hardware/intel/common/omx-components" />
  8. <remove-project name="platform/hardware/intel/common/utils" path="hardware/intel/common/utils" />
  9. <remove-project name="platform/hardware/intel/common/wrs_omxil_core" path="hardware/intel/common/wrs_omxil_core" />
  10. <remove-project name="platform/hardware/intel/img/hwcomposer" path="hardware/intel/img/hwcomposer" />
  11. <remove-project name="platform/hardware/intel/img/libdrm" path="hardware/intel/img/libdrm" />
  12. <remove-project name="platform/hardware/intel/img/psb_video" path="hardware/intel/img/psb_video" />
  13.  
  14. <!-- ADD CM-ZENFONE2 PROJECTS -->
  15. <project name="CM-zenfone2/android_hardware_intel_common_libmix" path="hardware/intel/common/libmix" remote="github" />
  16. <project name="CM-zenfone2/android_hardware_intel_common_libstagefrighthw" path="hardware/intel/common/libstagefrighthw" remote="github" />
  17. <project name="CM-zenfone2/android_hardware_intel_common_libva" path="hardware/intel/common/libva" remote="github" />
  18. <project name="CM-zenfone2/android_hardware_intel_common_omx-components" path="hardware/intel/common/omx-components" remote="github" />
  19. <project name="CM-zenfone2/android_hardware_intel_common_utils" path="hardware/intel/common/utils" remote="github" />
  20. <project name="CM-zenfone2/android_hardware_intel_common_wrs_omxil_core" path="hardware/intel/common/wrs_omxil_core" remote="github" />
  21. <project name="CM-zenfone2/android_hardware_intel_img_hwcomposer" path="hardware/intel/img/hwcomposer" remote="github" />
  22. <project name="CM-zenfone2/android_hardware_intel_img_libdrm" path="hardware/intel/img/libdrm" remote="github" />
  23. <project name="CM-zenfone2/android_hardware_intel_img_psb_video" path="hardware/intel/img/psb_video" remote="github" />
  24.  
  25. <!-- CM-ZENFONE2 DEVICE PROJECTS -->
  26. <project name="yeshwanthvshenoy/android_device_asus_Z00A" path="device/asus/Z00A" remote="github" revision="eupho" />
  27. <project name="CM-zenfone2/android_kernel_asus_moorefield" path="kernel/asus/moorefield" remote="github" />
  28. <project name="CM-zenfone2/proprietary_vendor_asus" path="vendor/asus" remote="github" />
  29.  
  30. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement