Advertisement
aperio

LineageOS 17 local manifest

Oct 11th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 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="gitlab"
  12. fetch="ssh://git@gitlab.com" />
  13.  
  14. <remote name="aosp"
  15. fetch="https://android.googlesource.com"
  16. review="android-review.googlesource.com"
  17. revision="refs/tags/android-10.0.0_r2" />
  18.  
  19. <default revision="refs/heads/lineage-17.0"
  20. remote="github"
  21. sync-c="true"
  22. sync-j="4" />
  23.  
  24. <remove-project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
  25. <remove-project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
  26. <remove-project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
  27. <remove-project path="device/generic/common" name="device/generic/common" groups="pdk" remote="aosp" />
  28. <remove-project path="device/generic/goldfish" name="LineageOS/android_device_generic_goldfish" groups="pdk" />
  29. <remove-project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
  30. <remove-project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
  31. <remove-project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" />
  32. <remove-project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
  33. <remove-project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
  34. <remove-project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
  35. <remove-project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
  36. <remove-project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
  37. <remove-project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
  38. <remove-project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
  39. <remove-project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
  40. <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
  41. <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" />
  42. <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" />
  43. <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" />
  44. <remove-project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" remote="aosp" />
  45. <remove-project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" remote="aosp" />
  46. <remove-project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  47. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
  48. <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" />
  49.  
  50. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement