| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="UTF-8"?>
- <manifest>
- <remote name="TeamWin"
- fetch="https://github.com/TeamWin"
- review="https://gerrit.twrp.me"/>
- <remote name="LineageOS"
- fetch="https://github.com/LineageOS"
- review="https://review.lineageos.org"/>
- <remote name="github"
- fetch="https://github.com"/>
- <!-- We need the TeamWin forks of these repos -->
- <remove-project name="platform/bootable/recovery"/>
- <remove-project name="platform/build" />
- <remove-project name="platform/build/soong" />
- <remove-project name="platform/external/icu" />
- <remove-project name="platform/external/libxml2" />
- <remove-project name="platform/external/sqlite" />
- <remove-project name="platform/packages/modules/adb" />
- <remove-project name="platform/system/core" />
- <remove-project name="platform/system/libhidl" />
- <remove-project name="platform/system/libhwbinder" />
- <remove-project name="platform/system/security" />
- <remove-project name="platform/system/update_engine" />
- <remove-project name="platform/system/vold" />
- <!-- TWRP lives in TeamWin repo -->
- <project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-12.1"/>
- <!-- Use TeamWin repos for full recovery compatibility -->
- <project path="build/make" name="android_build" remote="TeamWin" revision="android-12.1" groups="pdk">
- <copyfile src="core/root.mk" dest="Makefile"/>
- <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk"/>
- <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default"/>
- <linkfile src="core" dest="build/core"/>
- <linkfile src="envsetup.sh" dest="build/envsetup.sh"/>
- <linkfile src="target" dest="build/target"/>
- <linkfile src="tools" dest="build/tools"/>
- </project>
- <project path="build/soong" name="android_build_soong" remote="TeamWin" revision="android-12.1">
- <linkfile src="root.bp" dest="Android.bp"/>
- <linkfile src="bootstrap.bash" dest="bootstrap.bash"/>
- </project>
- <project path="external/icu" name="android_external_icu" remote="TeamWin" revision="android-12.1"/>
- <project path="external/libxml2" name="android_external_libxml2" remote="TeamWin" revision="android-12.1"/>
- <project path="external/sqlite" name="android_external_sqlite" remote="TeamWin" revision="android-12.1"/>
- <project path="packages/modules/adb" name="android_packages_modules_adb" remote="TeamWin" revision="android-12.1"/>
- <project path="system/core" name="android_system_core" remote="TeamWin" revision="android-12.1"/>
- <project path="system/libhidl" name="android_system_libhidl" remote="TeamWin" revision="android-12.1"/>
- <project path="system/libhwbinder" name="android_system_libhwbinder" remote="TeamWin" revision="android-12.1"/>
- <project path="system/security" name="android_system_security" remote="TeamWin" revision="android-12.1"/>
- <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-12.1"/>
- <project path="system/vold" name="android_system_vold" remote="TeamWin" revision="android-12.1"/>
- <!-- Use TeamWin custom vendor repo for build system -->
- <project path="vendor/twrp" name="android_vendor_twrp" remote="TeamWin" revision="android-12.1" />
- <!-- Include phh's treble repo for lptools support -->
- <project name="phhusson/vendor_lptools" path="external/lptools" remote="github" revision="master" />
- <!-- Include external Magisk repo for repack binaries -->
- <project path="external/magisk-prebuilt" name="external_magisk-prebuilt" remote="TeamWin" revision="android-12.1"/>
- <!-- Include external/bash for bash support -->
- <project path="external/bash" name="android_external_bash" remote="LineageOS" revision="lineage-19.1"/>
- <!-- Include external/libncurses for bash and nano support -->
- <project path="external/libncurses" name="android_external_libncurses" remote="LineageOS" revision="lineage-19.1"/>
- <!-- Include external/nano for nano support -->
- <project path="external/nano" name="android_external_nano" remote="LineageOS" revision="lineage-19.1"/>
- <!-- Include ntfs_3g for NTFS support -->
- <project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-18.1"/>
- <!-- Include lineage-tools for lzma support -->
- <project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-19.1"/>
- <!-- Common qcom repos -->
- <project name="android_device_qcom_common" path="device/qcom/common" remote="TeamWin" revision="android-12.1" />
- <project name="android_device_qcom_twrp-common" path="device/qcom/twrp-common" remote="TeamWin" revision="android-12.1" />
- <project name="android_hardware_qcom_bootctrl" path="hardware/qcom-caf/bootctrl" remote="LineageOS" revision="lineage-19.1-caf" />
- <project name="android_vendor_qcom_opensource_display-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/display" remote="LineageOS" revision="lineage-19.1" />
- <project name="android_vendor_qcom_opensource_interfaces" path="vendor/qcom/opensource/interfaces" remote="LineageOS" revision="lineage-19.1" />
- <project name="android_vendor_qcom_opensource_vibrator" path="vendor/qcom/opensource/vibrator" remote="LineageOS" revision="lineage-19.1" />
- <!-- GCC 4.9 -->
- <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" />
- <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" />
- <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" />
- <!-- LAST: Remove unused projects for minimal manifest -->
- <include name="remove-minimal.xml"/>
- </manifest>
|