twrp-default.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest>
  3. <remote name="TeamWin"
  4. fetch="https://github.com/TeamWin"
  5. review="https://gerrit.twrp.me"/>
  6. <remote name="LineageOS"
  7. fetch="https://github.com/LineageOS"
  8. review="https://review.lineageos.org"/>
  9. <remote name="github"
  10. fetch="https://github.com"/>
  11. <!-- We need the TeamWin forks of these repos -->
  12. <remove-project name="platform/bootable/recovery"/>
  13. <remove-project name="platform/build" />
  14. <remove-project name="platform/build/soong" />
  15. <remove-project name="platform/external/icu" />
  16. <remove-project name="platform/external/libxml2" />
  17. <remove-project name="platform/external/sqlite" />
  18. <remove-project name="platform/packages/modules/adb" />
  19. <remove-project name="platform/system/core" />
  20. <remove-project name="platform/system/libhidl" />
  21. <remove-project name="platform/system/libhwbinder" />
  22. <remove-project name="platform/system/security" />
  23. <remove-project name="platform/system/update_engine" />
  24. <remove-project name="platform/system/vold" />
  25. <remove-project name="platform/system/extras" />
  26. <!-- We need the LOS forks of these repos -->
  27. <remove-project name="platform/hardware/interfaces"/>
  28. <remove-project name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" />
  29. <remove-project name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" />
  30. <remove-project name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" />
  31. <!-- TWRP lives in TeamWin repo -->
  32. <project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-12.1"/>
  33. <!-- Use TeamWin repos for full recovery compatibility -->
  34. <project path="build/make" name="android_build" remote="TeamWin" revision="android-12.1" groups="pdk">
  35. <copyfile src="core/root.mk" dest="Makefile"/>
  36. <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk"/>
  37. <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default"/>
  38. <linkfile src="core" dest="build/core"/>
  39. <linkfile src="envsetup.sh" dest="build/envsetup.sh"/>
  40. <linkfile src="target" dest="build/target"/>
  41. <linkfile src="tools" dest="build/tools"/>
  42. </project>
  43. <project path="build/soong" name="android_build_soong" remote="TeamWin" revision="android-12.1">
  44. <linkfile src="root.bp" dest="Android.bp"/>
  45. <linkfile src="bootstrap.bash" dest="bootstrap.bash"/>
  46. </project>
  47. <project path="external/icu" name="android_external_icu" remote="TeamWin" revision="android-12.1"/>
  48. <project path="external/libxml2" name="android_external_libxml2" remote="TeamWin" revision="android-12.1"/>
  49. <project path="external/python3" name="android_external_python3" remote="TeamWin" revision="android-12.1"/>
  50. <project path="external/sqlite" name="android_external_sqlite" remote="TeamWin" revision="android-12.1"/>
  51. <project path="packages/modules/adb" name="android_packages_modules_adb" remote="TeamWin" revision="android-12.1"/>
  52. <project path="system/core" name="android_system_core" remote="TeamWin" revision="android-12.1"/>
  53. <project path="system/libhidl" name="android_system_libhidl" remote="TeamWin" revision="android-12.1"/>
  54. <project path="system/libhwbinder" name="android_system_libhwbinder" remote="TeamWin" revision="android-12.1"/>
  55. <project path="system/security" name="android_system_security" remote="TeamWin" revision="android-12.1"/>
  56. <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-12.1"/>
  57. <project path="system/vold" name="android_system_vold" remote="TeamWin" revision="android-12.1"/>
  58. <project path="system/extras" name="android_system_extras" remote="TeamWin" revision="android-12.1"/>
  59. <!-- Use TeamWin custom vendor repo for build system -->
  60. <project path="vendor/twrp" name="android_vendor_twrp" remote="TeamWin" revision="android-12.1" />
  61. <!-- Include phh's treble repo for lptools support -->
  62. <project name="phhusson/vendor_lptools" path="external/lptools" remote="github" revision="master" />
  63. <!-- Include external Magisk repo for repack binaries -->
  64. <project path="external/magisk-prebuilt" name="external_magisk-prebuilt" remote="TeamWin" revision="android-12.1"/>
  65. <!-- Include for zip support -->
  66. <project path="external/zip" name="android_external_zip" remote="TeamWin" revision="android-12.1"/>
  67. <!-- Include external/bash for bash support -->
  68. <project path="external/bash" name="android_external_bash" remote="LineageOS" revision="lineage-19.1"/>
  69. <!-- Include external/libncurses for bash and nano support -->
  70. <project path="external/libncurses" name="android_external_libncurses" remote="LineageOS" revision="lineage-19.1"/>
  71. <!-- Include external/nano for nano support -->
  72. <project path="external/nano" name="android_external_nano" remote="LineageOS" revision="lineage-19.1"/>
  73. <!-- Include ntfs_3g for NTFS support -->
  74. <project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-18.1"/>
  75. <!-- Include for legacy wrappedkey support -->
  76. <project path="hardware/interfaces" name="android_hardware_interfaces" remote="LineageOS" revision="lineage-19.1" />
  77. <!-- Include lineage-tools for lzma support -->
  78. <project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-19.1"/>
  79. <!-- Common qcom repos -->
  80. <project name="android_device_qcom_common" path="device/qcom/common" remote="TeamWin" revision="android-12.1" />
  81. <project name="android_device_qcom_twrp-common" path="device/qcom/twrp-common" remote="TeamWin" revision="android-12.1" />
  82. <project name="android_hardware_qcom_bootctrl" path="hardware/qcom-caf/bootctrl" remote="LineageOS" revision="lineage-19.1-caf" />
  83. <project name="android_vendor_qcom_opensource_display-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/display" remote="LineageOS" revision="lineage-19.1" />
  84. <project name="android_vendor_qcom_opensource_interfaces" path="vendor/qcom/opensource/interfaces" remote="LineageOS" revision="lineage-19.1" />
  85. <project name="android_vendor_qcom_opensource_vibrator" path="vendor/qcom/opensource/vibrator" remote="LineageOS" revision="lineage-19.1" />
  86. <!-- GCC 4.9 (for inline kernel builds) -->
  87. <project name="android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9" path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" remote="LineageOS" revision="lineage-19.1" />
  88. <project name="android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9" path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" remote="LineageOS" revision="lineage-19.1" />
  89. <project name="android_prebuilts_gcc_linux-x86_x86_x86_64-linux-android-4.9" path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" remote="LineageOS" revision="lineage-19.1" />
  90. <!-- LAST: Remove unused projects for minimal manifest -->
  91. <include name="remove-minimal.xml"/>
  92. </manifest>