Advertisement
aperio

Aug 2024 crDroid roomservice

Aug 18th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3. <remote fetch="https://gitlab.com/" name="gitlab" />
  4.  
  5. <remote name="bitbucket"
  6. fetch="https://bitbucket.org/projectmatrixx"
  7. sync-c="true"
  8. sync-j="4"
  9. revision="refs/heads/14.0" />
  10.  
  11. <!-- Pix 4a -->
  12. <project clone-depth="1" name="LineageOS/android_device_google_sunfish" path="device/google/sunfish" remote="github" revision="lineage-21" />
  13. <project clone-depth="1" name="LineageOS/android_kernel_google_msm-4.14" path="kernel/google/msm-4.14" remote="github" revision="lineage-21" />
  14. <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_sunfish" path="vendor/google/sunfish" remote="github" revision="lineage-21" />
  15.  
  16. <!-- Pix 7 -->
  17. <project clone-depth="1" name="LineageOS/android_device_google_pantah" path="device/google/pantah" remote="github" revision="lineage-21" />
  18. <project clone-depth="1" name="device/google/pantah-kernel" path="device/google/pantah-kernel" remote="aosp-pantah" />
  19. <project clone-depth="1" name="crdroidandroid/android_device_google_gs201" path="device/google/gs201" remote="github" revision="14.0" />
  20. <project clone-depth="1" name="crdroidandroid/android_device_google_gs101" path="device/google/gs101" remote="github" revision="14.0" />
  21. <project clone-depth="1" name="crdroidandroid/android_device_google_gs-common" path="device/google/gs-common" remote="github" revision="14.0" />
  22. <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_panther" path="vendor/google/panther" remote="github" revision="lineage-21" />
  23.  
  24. <!-- Start Spares
  25. <project clone-depth="1" path="device/google/panther" remote="github" name="LineageOS/android_device_google_panther" revision="lineage-21" />
  26. <project clone-depth="1" path="device/google/gs101" remote="github" name="LineageOS/android_device_google_gs101" revision="lineage-21" />
  27. <project clone-depth="1" path="device/google/gs-common" remote="github" name="LineageOS/android_device_google_gs-common" revision="lineage-21" />
  28. <project clone-depth="1" name="crdroidandroid/android_device_google_pantah" path="device/google/pantah" remote="github" revision="14.0" />
  29. <project clone-depth="1" name="Matrixx-Devices/vendor_google_panther" path="vendor/google/panther" remote="github" revision="14.0" />
  30. <project clone-depth="1" name="MindTheGapps/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="upsilon" />
  31. <project clone-depth="1" path="vendor/gapps" name="android_vendor_gapps" remote="bitbucket" />
  32. End Spares -->
  33.  
  34. <!-- GAPPS -->
  35. <project clone-depth="1" name="DhineshCool/evx-gms" path="vendor/gms" remote="gitlab" revision="udc" />
  36.  
  37. <!-- Remove stuff -->
  38. <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  39. <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="notdefault,platform-darwin,pdk,darwin,sysui-studio" clone-depth="1" remote="aosp" />
  40. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="notdefault,platform-darwin,darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
  41.  
  42. <!-- Pixel kernel modules -->
  43. <include name="manifests/snippets/pixel.xml" />
  44. </manifest>
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement