-
Notifications
You must be signed in to change notification settings - Fork 32
/
twrp-extras.xml
65 lines (47 loc) · 3.56 KB
/
twrp-extras.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
<?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"/>
<project path="build/soong" name="android_build_soong" remote="TeamWin" revision="android-11">
<linkfile src="root.bp" dest="Android.bp"/>
<linkfile src="bootstrap.bash" dest="bootstrap.bash"/>
</project>
<project path="external/bouncycastle" name="external_bouncycastle" remote="TeamWin" revision="android-11"/>
<!-- Include external Magisk repo for repack binaries -->
<project path="external/magisk-prebuilt" name="external_magisk-prebuilt" remote="TeamWin" revision="android-11"/>
<!-- Include TeamWin sepolicy repo for postinstall support -->
<project path="system/sepolicy" name="android_system_sepolicy" remote="TeamWin" revision="android-11"/>
<!-- Include external/bash for bash support -->
<project path="external/bash" name="android_external_bash" remote="LineageOS" revision="lineage-18.1"/>
<!-- Include external/nano for nano support -->
<project path="external/nano" name="android_external_nano" remote="LineageOS" revision="lineage-18.1"/>
<!-- Include external/libncurses for bash and nano support -->
<project path="external/libncurses" name="android_external_libncurses" remote="LineageOS" revision="lineage-18.1"/>
<!-- Include ntfs_3g for NTFS support -->
<project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-18.1"/>
<project path="hardware/interfaces" name="android_hardware_interfaces" remote="TeamWin" revision="android-11"/>
<project path="system/core" name="android_system_core" remote="TeamWin" revision="android-11"/>
<project path="system/libhidl" name="android_system_libhidl" remote="TeamWin" revision="android-11"/>
<project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-11"/>
<!-- Include phh's treble repo for lptools support -->
<project name="phhusson/vendor_lptools" path="external/lptools" remote="github" revision="master" />
<!-- Include lineage-tools for lzma support -->
<project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS"
revision="lineage-18.1"/>
<!-- Common Qualcomm Repos -->
<project name="android_device_qcom_common" path="device/qcom/common" remote="TeamWin" revision="android-11" />
<project name="android_device_qcom_twrp-common" path="device/qcom/twrp-common" remote="TeamWin" revision="android-11" />
<project name="android_hardware_qcom_bootctrl" path="hardware/qcom-caf/bootctrl" remote="LineageOS" revision="lineage-18.1-caf" />
<project name="android_vendor_qcom_opensource_display-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/display" remote="LineageOS" revision="lineage-18.1" />
<project name="android_vendor_qcom_opensource_cryptfs_hw" path="vendor/qcom/opensource/cryptfs_hw" remote="LineageOS" revision="lineage-18.1" />
<project name="android_vendor_qcom_opensource_interfaces" path="vendor/qcom/opensource/interfaces" remote="LineageOS" revision="lineage-18.1" />
<project name="android_vendor_qcom_opensource_vibrator" path="vendor/qcom/opensource/vibrator" remote="LineageOS" revision="lineage-18.1" />
<!-- Include shrp.xml -->
<include name="shrp.xml" />
</manifest>