Advertisement
aperio

Derpfest AOSP 14 Pixel 7 roomservice

Jun 12th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3.  
  4. <!-- repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 14-pixel --depth=1 -->
  5.  
  6. <!--
  7. <remote name="bitbucket"
  8. fetch="https://bitbucket.org/projectmatrixx"
  9. sync-c="true"
  10. sync-j="4"
  11. revision="refs/heads/14.0" />
  12. <remote fetch="https://gitlab.com/" name="gitlab" />
  13. -->
  14.  
  15. <!-- Pix7 -->
  16. <project clone-depth="1" path="device/google/panther" remote="github" name="DerpFest-Devices/device_google_pantah" revision="14" />
  17. <project clone-depth="1" path="device/google/gs201" remote="github" name="DerpFest-Devices/device_google_gs201" revision="14" />
  18. <project clone-depth="1" path="device/google/pantah-kernel" remote="aosp-pantah" name="device/google/pantah-kernel" />
  19. <project clone-depth="1" path="device/google/gs101" remote="github" name="DerpFest-Devices/device_google_gs101" revision="14" />
  20. <project clone-depth="1" path="device/google/gs-common" remote="github" name="LineageOS/android_device_google_gs-common" revision="14" />
  21. <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_panther" path="vendor/google/panther" remote="github" revision="14" />
  22. <!--<project clone-depth="1" name="Matrixx-Devices/vendor_google_panther" path="vendor/google/panther" remote="github" revision="14.0" />-->
  23.  
  24. <!-- Gapps - included in main manifest
  25. <project clone-depth="1" name="MindTheGapps/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="upsilon" />
  26. <project clone-depth="1" path="vendor/gapps" name="android_vendor_gapps" remote="bitbucket" />
  27. <project clone-depth="1" name="BlissLabs/BlissRoms/platform_vendor_gapps" path="vendor/gapps" remote="gitlab" revision="universe" />
  28. -->
  29.  
  30. <!-- Pix4a
  31. <project clone-depth="1" name="LineageOS/android_device_google_sunfish" path="device/google/sunfish" remote="github" revision="lineage-21" />
  32. <project clone-depth="1" name="LineageOS/android_kernel_google_msm-4.14" path="kernel/google/msm-4.14" remote="github" revision="lineage-21" />
  33. <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_sunfish" path="vendor/google/sunfish" remote="github" revision="lineage-21" />
  34. -->
  35.  
  36. <!-- Remove Darwin stuff -->
  37. <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" />
  38. <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" />
  39. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="notdefault,platform-darwin,darwin,pdk,tradefed" clone-depth="1" />
  40.  
  41. <!-- Pixel kernel modules -->
  42. <include name="manifests/snippets/pixel.xml" />
  43. </manifest>
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement