forked from anandhan07/local_manifest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal_manifest.xml
42 lines (31 loc) · 1.63 KB
/
local_manifest.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remotes -->
<remote name="me-hub"
fetch="https://github.com/anandhan07/"
clone-depth="1" />
<remote name="me-lab"
fetch="https://gitlab.com/anandhan07/"
clone-depth="1" />
<remote name="GhostMaster69-dev"
fetch="https://github.com/GhostMaster69-dev/"
clone-depth="1" />
<remote name="iusmac"
fetch="https://github.com/iusmac"
clone-depth="1" />
<!-- Remove Projects -->
<remove-project name="device_qcom_sepolicy-legacy-um" />
<!-- Trees -->
<project path="device/xiaomi/vince" name="android_device_xiaomi_vince" remote="me-hub" revision="spark-13.0" />
<project path="vendor/xiaomi/vince" name="android_vendor_xiaomi_vince" remote="me-hub" revision="13.0" />
<project path="kernel/xiaomi/vince" name="android_kernel_xiaomi_vince" remote="GhostMaster69-dev" revision="master" />
<!-- Packages -->
<project path="packages/apps/ViPER4AndroidFX" name="packages_apps_ViPER4AndroidFX" remote="me-lab" revision="master" />
<!-- Sepolicy -->
<project path="device/qcom/sepolicy-legacy-um" name="android_device_qcom_sepolicy-legacy-um" remote="me-hub" revision="spark-13.0" />
<!-- Clang -->
<project path="prebuilts/clang/host/linux-x86/clang-r475365b" name="aosp-clang" remote="me-lab" revision="clang-16.0.2" />
<project path="prebuilts/clang/host/linux-x86/clang-r450784d" name="aosp-clang" remote="me-lab" revision="clang-14.0.6" />
<!-- RevampedFMRadio -->
<project path="packages/apps/RevampedFMRadio" name="RevampedFMRadio" remote="iusmac" revision="qcom" />
</manifest>