Advertisement
aperio

crDroid 11 local manifest

Jan 23rd, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3.  
  4. <remote name="github"
  5. fetch=".."
  6. review="review.lineageos.org" />
  7.  
  8. <remote name="private"
  9. fetch="ssh://git@github.com" />
  10.  
  11. <remote name="aosp"
  12. fetch="https://android.googlesource.com"
  13. review="android-review.googlesource.com"
  14. revision="refs/tags/android-11.0.0_r27" />
  15.  
  16. <default revision="refs/heads/lineage-18.1"
  17. remote="github"
  18. sync-c="true"
  19. sync-j="4" />
  20.  
  21. <remote name="crdroid"
  22. fetch="https://github.com/"
  23. sync-c="true"
  24. sync-j="4"
  25. revision="refs/heads/11.0" />
  26.  
  27. <remote name="crdroid-gitlab"
  28. fetch="https://gitlab.com/"
  29. sync-c="true"
  30. sync-j="4"
  31. revision="refs/heads/11.0" />
  32.  
  33. <!-- AOSP Projects -->
  34.  
  35. <remove-project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
  36. <remove-project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
  37. <remove-project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
  38. <remove-project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
  39. <remove-project path="device/generic/common" name="device/generic/common" groups="pdk" remote="aosp" />
  40. <remove-project path="device/generic/goldfish" name="LineageOS/android_device_generic_goldfish" groups="pdk" />
  41. <remove-project path="device/generic/goldfish-opengl" name="LineageOS/android_device_generic_goldfish-opengl" groups="pdk" />
  42. <remove-project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
  43. <remove-project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" />
  44. <remove-project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
  45. <remove-project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
  46. <remove-project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
  47. <remove-project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
  48. <remove-project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
  49. <remove-project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
  50. <remove-project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
  51. <remove-project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
  52. <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
  53. <remove-project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="LineageOS/android_prebuilts_gcc_darwin-x86_aarch64_aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
  54. <remove-project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="LineageOS/android_prebuilts_gcc_darwin-x86_arm_arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
  55. <remove-project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" remote="aosp" />
  56. <remove-project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="LineageOS/android_prebuilts_gcc_darwin-x86_x86_x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" />
  57. <remove-project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  58. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
  59. <remove-project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
  60.  
  61. </manifest>
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement