Advertisement
aperio

AquariOS 10 local manifest

Mar 15th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3. <remote name="aqua"
  4. revision="refs/heads/x"
  5. fetch="https://github.com/AquariOS" />
  6.  
  7. <remote name="aqua2"
  8. revision="refs/heads/x"
  9. fetch="https://github.com/Aqua-Devices" />
  10.  
  11. <remote name="github"
  12. fetch="https://github.com/" />
  13.  
  14. <remote name="gitlab"
  15. fetch="https://gitlab.com/" />
  16.  
  17. <remote name="aosp"
  18. fetch="https://android.googlesource.com/"
  19. review="https://android-review.googlesource.com/"
  20. revision="refs/tags/android-10.0.0_r31" />
  21.  
  22. <default revision="x"
  23. remote="aosp"
  24. sync-c="true"
  25. sync-f="true"
  26. sync-j="8" />
  27.  
  28. <remove-project path="developers/demos" name="platform/developers/demos" groups="developers" />
  29. <remove-project path="developers/samples/android" name="platform/developers/samples/android" groups="developers" />
  30. <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" />
  31. <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" />
  32.  
  33. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement