Advertisement
aperio

PE-CAF local manifest

Mar 15th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3.  
  4. <remote name="pixel"
  5. fetch="https://github.com/PixelExperience"
  6. revision="pie"
  7. review="gerrit.pixelexperience.org" />
  8.  
  9. <remote name="pixel-caf"
  10. fetch="https://github.com/PixelExperience"
  11. revision="pie-caf"
  12. review="gerrit.pixelexperience.org" />
  13.  
  14. <remote name="pixel-devices"
  15. fetch="https://github.com/PixelExperience-Devices"
  16. revision="pie-caf" />
  17.  
  18. <remote name="pixel-gitlab"
  19. fetch="https://gitlab.com/PixelExperience"
  20. revision="pie" />
  21.  
  22. <remote name="gitlab"
  23. fetch="https://gitlab.com" />
  24.  
  25. <remote name="aosp"
  26. revision="refs/tags/android-9.0.0_r1"
  27. fetch="https://android.googlesource.com"/>
  28.  
  29. <remove-project path="vendor/qcom/sdclang-3.9/linux-x86" name="vendor_qcom_sdclang-3.9_linux-x86" remote="pixel-gitlab" revision="pie-caf" />
  30. <remove-project path="vendor/qcom/sdclang-6.0/linux-x86" name="vendor_qcom_sdclang-6.0_linux-x86" remote="pixel-gitlab" revision="pie-caf" />
  31. <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1" remote="aosp" />
  32. <remove-project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" clone-depth="1" remote="aosp" />
  33. <remove-project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" clone-depth="1" remote="aosp" />
  34. <remove-project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" clone-depth="1" remote="aosp" />
  35. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" clone-depth="1" remote="aosp" />
  36. <remove-project path="vendor/gapps" name="vendor_gapps" remote="pixel-gitlab" clone-depth="1" />
  37.  
  38. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement