Advertisement
aperio

ArrowOS 11 local manifest (untested)

Dec 30th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3.  
  4. <remote name="aosp"
  5. fetch="https://android.googlesource.com/"
  6. review="https://android-review.googlesource.com/" />
  7.  
  8. <remote name="github"
  9. fetch="https://github.com/" />
  10.  
  11. <remote name="arrow"
  12. fetch="https://github.com/ArrowOS"
  13. review="https://review.arrowos.net/"
  14. revision="refs/heads/arrow-11.0" />
  15.  
  16. <remote name="arrow-10.0"
  17. fetch="https://github.com/ArrowOS"
  18. review="https://review.arrowos.net/"
  19. revision="refs/heads/arrow-10.0" />
  20.  
  21. <remote name="ArrowOS-Devices"
  22. fetch="https://github.com/ArrowOS-Devices"
  23. review="https://review.arrowos.net/"
  24. revision="refs/heads/arrow-11.0" />
  25.  
  26. <default revision="refs/tags/android-11.0.0_r20"
  27. remote="aosp"
  28. sync-j="4"
  29. sync-c="true"/>
  30.  
  31. <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" />
  32. <remove-project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
  33. <remove-project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
  34. <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" />
  35. <remove-project path="prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" groups="pdk,darwin,mips" clone-depth="1" />
  36. <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" />
  37. <remove-project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="pdk,linux,mips" clone-depth="1" />
  38. <remove-project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" />
  39. <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" />
  40. <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" />
  41.  
  42. </manifest>
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement