Advertisement
aperio

Pixel 7 LineageOS/crDroid roomservice

Apr 20th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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" path="device/google/panther" remote="github" name="LineageOS/android_device_google_panther" revision="lineage-21" />
  18. <project clone-depth="1" path="device/google/pantah" remote="github" name="LineageOS/android_device_google_pantah" revision="lineage-21" />
  19. <project clone-depth="1" path="device/google/gs201" remote="github" name="LineageOS/android_device_google_gs201" revision="lineage-21" />
  20. <project clone-depth="1" path="device/google/pantah-kernel" remote="aosp-pantah" name="device/google/pantah-kernel" />
  21. <project clone-depth="1" path="device/google/gs101" remote="github" name="LineageOS/android_device_google_gs101" revision="lineage-21" />
  22. <project clone-depth="1" path="device/google/gs-common" remote="github" name="LineageOS/android_device_google_gs-common" revision="lineage-21" />
  23. <project clone-depth="1" name="Matrixx-Devices/vendor_google_panther" path="vendor/google/panther" remote="github" revision="14.0" />
  24.  
  25. <!-- <project clone-depth="1" name="crdroidandroid/android_device_google_pantah" path="device/google/pantah" remote="github" revision="14.0" />
  26. <project clone-depth="1" name="crdroidandroid/android_device_google_gs201" path="device/google/gs201" remote="github" revision="14.0" />
  27. <project clone-depth="1" name="crdroidandroid/android_device_google_gs101" path="device/google/gs101" remote="github" revision="14.0" />
  28. <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_panther" path="vendor/google/panther" remote="github" revision="lineage-21" />-->
  29.  
  30. <!-- GAPPS -->
  31. <!--<project clone-depth="1" name="MindTheGapps/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="upsilon" />-->
  32. <project clone-depth="1" path="vendor/gapps" name="android_vendor_gapps" remote="bitbucket" />
  33.  
  34. <!-- Pixel kernel modules -->
  35. <include name="manifests/snippets/pixel.xml" />
  36. </manifest>
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement