-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp-default.xml
117 lines (92 loc) · 7.06 KB
/
twrp-default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?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"/>
<remote name="Sakura"
fetch="https://github.com/SakuraKyuo-open-source"/>
<!-- 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" />
<!-- We need the LOS forks of these repos -->
<remove-project name="platform/hardware/interfaces"/>
<remove-project name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" />
<remove-project name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" />
<remove-project name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" />
<!-- TWRP lives in TeamWin repo -->
<project path="bootable/recovery" name="twrp_recovery" remote="Sakura" 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/python3" name="android_external_python3" 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 for zip support -->
<project path="external/zip" name="android_external_zip" 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 for legacy wrappedkey support -->
<project path="hardware/interfaces" name="android_hardware_interfaces" remote="LineageOS" revision="lineage-19.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 (for inline kernel builds) -->
<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>